Skip to content

Commit

Permalink
pairdrop: 1.10.11 -> 1.11.1 (#384370)
Browse files Browse the repository at this point in the history
Co-authored-by: diogotcorreia <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and diogotcorreia authored Feb 24, 2025
2 parents 84efa41 + 17f15e8 commit e09ab7d
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 e09ab7d

Please sign in to comment.