Skip to content

Commit

Permalink
pairdrop: 1.10.11 -> 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 22, 2025
1 parent 0e65727 commit 17f15e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pa/pairdrop/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildNpmPackage rec {
pname = "pairdrop";
version = "1.10.11";
version = "1.11.1";

src = fetchFromGitHub {
owner = "schlagmichdoch";
repo = "PairDrop";
rev = "v${version}";
hash = "sha256-H3XfLBxJZaHzCBnGUKY92EL3ES47IgXkTOUr8zY1sIY=";
hash = "sha256-Ovro5vMf28Wz6srEmUYOMFZE746/mcEDcs+f8rG7X+g=";
};

npmDepsHash = "sha256-CYVcbkpYgY/uqpE5livQQhb+VTMtCdKalUK3slJ3zdQ=";
npmDepsHash = "sha256-vxH0YmSS3CXOrMQ4Tue8jcwjTZNfiT2Lnhs0O6xrfpQ=";

dontNpmBuild = true;

Expand Down

0 comments on commit 17f15e8

Please sign in to comment.