proton-pass: 1.32.0 -> 1.32.2 (#424948)

Co-authored-by: massix <massimo.gengarelli@proton.me>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-19 18:17:15 +00:00
committed by GitHub

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;