proton-pass: 1.32.5 -> 1.32.6 (#442474)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-13 13:01:08 +00:00
committed by GitHub
+2 -2
View File
@@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-pass";
version = "1.32.5";
version = "1.32.6";
src = fetchurl {
url = "https://proton.me/download/pass/linux/x64/proton-pass_${finalAttrs.version}_amd64.deb";
hash = "sha256-nf24oCLeJ0FoWPCB1NKFEDfzLkRWvvgzMFItFw4dikY=";
hash = "sha256-xtptEi/H15fEABrlPE854uSWagr2kt2/h33SuegVab8=";
};
dontConfigure = true;