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