proton-pass: 1.32.6 -> 1.32.10

This commit is contained in:
R. Ryantm
2025-10-17 23:02:59 +00:00
parent 228819d195
commit 8d0cc49c49
+2 -2
View File
@@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-pass";
version = "1.32.6";
version = "1.32.10";
src = fetchurl {
url = "https://proton.me/download/pass/linux/x64/proton-pass_${finalAttrs.version}_amd64.deb";
hash = "sha256-xtptEi/H15fEABrlPE854uSWagr2kt2/h33SuegVab8=";
hash = "sha256-FeU7ubjT1WqtviCPA78SW8zZi1h6gnj7erFebg2mgg4=";
};
dontConfigure = true;