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

Co-authored-by: massix <massimo.gengarelli@proton.me>

authored by nixpkgs-merge-bot[bot] massix and committed by GitHub c4133c7e 7a7f0a81

+2 -2
+2 -2
pkgs/by-name/pr/proton-pass/package.nix
··· 9 }: 10 stdenvNoCC.mkDerivation (finalAttrs: { 11 pname = "proton-pass"; 12 - version = "1.32.0"; 13 14 src = fetchurl { 15 url = "https://proton.me/download/pass/linux/x64/proton-pass_${finalAttrs.version}_amd64.deb"; 16 - hash = "sha256-b45u7S9syw9KvCthQlNKzUusPKSBDnY4k6pC6H4TcnU="; 17 }; 18 19 dontConfigure = true;
··· 9 }: 10 stdenvNoCC.mkDerivation (finalAttrs: { 11 pname = "proton-pass"; 12 + version = "1.32.2"; 13 14 src = fetchurl { 15 url = "https://proton.me/download/pass/linux/x64/proton-pass_${finalAttrs.version}_amd64.deb"; 16 + hash = "sha256-j/25TaZKvMFIB18InRD1kknwXNmHxUpl6xU3WdrvRrk="; 17 }; 18 19 dontConfigure = true;