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.
1 parent 26b95a4 commit 0dad33aCopy full SHA for 0dad33a
pkgs/by-name/pr/proton-pass/package.nix
@@ -9,11 +9,11 @@
9
}:
10
stdenvNoCC.mkDerivation (finalAttrs: {
11
pname = "proton-pass";
12
- version = "1.26.0";
+ version = "1.27.0";
13
14
src = fetchurl {
15
url = "https://proton.me/download/pass/linux/x64/proton-pass_${finalAttrs.version}_amd64.deb";
16
- hash = "sha256:1qmc2yj9vyccl0s0i5fvq1pgg0aba87pzfrp1hbs9hvx0nwx9n5m";
+ hash = "sha256-OLnBmKmx4necZHXbyUfB3Nl2UFSz1Ff/yBuHmNwTGjU=";
17
};
18
19
dontConfigure = true;
0 commit comments