We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70df8ee + db77474 commit e367ce7Copy full SHA for e367ce7
pkgs/by-name/pr/proton-pass/package.nix
@@ -9,11 +9,11 @@
9
}:
10
stdenvNoCC.mkDerivation (finalAttrs: {
11
pname = "proton-pass";
12
- version = "1.29.5";
+ version = "1.29.8";
13
14
src = fetchurl {
15
url = "https://proton.me/download/pass/linux/x64/proton-pass_${finalAttrs.version}_amd64.deb";
16
- hash = "sha256-Ws9cZDzM72tmC2+7WI5e+hm0h9o/VD44DsCnEQ6pt6g=";
+ hash = "sha256-xwXIcoBPhANKiTv7DP+gmVeCtuzjymtQmHu+HuRKqjU=";
17
};
18
19
dontConfigure = true;
0 commit comments