Skip to content

Commit

Permalink
Merge pull request NixOS#337323 from MrSom3body/proton-pass_1.22.1
Browse files Browse the repository at this point in the history
proton-pass: 1.22.0 -> 1.22.1
  • Loading branch information
SebTM authored Aug 26, 2024
2 parents e75de2f + cd7e49a commit 3d81b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pr/proton-pass/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-pass";
version = "1.22.0";
version = "1.22.1";

src = fetchurl {
url = "https://proton.me/download/PassDesktop/linux/x64/ProtonPass_${finalAttrs.version}.deb";
hash = "sha256-ARIUHmU/YN8IoAFMkcxzGAoH31vbJLT7HfYD6a57QaY=";
hash = "sha256-DIA54xxJ8Nhh8wb4p13yjdenqgTgenAH4Tmbqk3IXwo=";
};

dontConfigure = true;
Expand Down

0 comments on commit 3d81b7c

Please sign in to comment.