proton-pass: 1.32.0 -> 1.32.2

This commit is contained in:
R. Ryantm
2025-07-13 22:59:05 +00:00
parent cdeba33c9d
commit 7553e13564

View File

@@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-pass";
version = "1.32.0";
version = "1.32.2";
src = fetchurl {
url = "https://proton.me/download/pass/linux/x64/proton-pass_${finalAttrs.version}_amd64.deb";
hash = "sha256-b45u7S9syw9KvCthQlNKzUusPKSBDnY4k6pC6H4TcnU=";
hash = "sha256-j/25TaZKvMFIB18InRD1kknwXNmHxUpl6xU3WdrvRrk=";
};
dontConfigure = true;