Skip to content

Commit e367ce7

Browse files
proton-pass: 1.29.5 -> 1.29.8 (#390481)
Co-authored-by: luftmensch-luftmensch <[email protected]>
2 parents 70df8ee + db77474 commit e367ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pr/proton-pass/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
}:
1010
stdenvNoCC.mkDerivation (finalAttrs: {
1111
pname = "proton-pass";
12-
version = "1.29.5";
12+
version = "1.29.8";
1313

1414
src = fetchurl {
1515
url = "https://proton.me/download/pass/linux/x64/proton-pass_${finalAttrs.version}_amd64.deb";
16-
hash = "sha256-Ws9cZDzM72tmC2+7WI5e+hm0h9o/VD44DsCnEQ6pt6g=";
16+
hash = "sha256-xwXIcoBPhANKiTv7DP+gmVeCtuzjymtQmHu+HuRKqjU=";
1717
};
1818

1919
dontConfigure = true;

0 commit comments

Comments
 (0)