proton-pass: 1.38.0 -> 1.38.1 (#542787)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-21 02:43:38 +00:00
committed by GitHub

View File

@@ -10,17 +10,17 @@
}:
let
pname = "proton-pass";
version = "1.38.0";
version = "1.38.1";
passthru = {
sources = {
"x86_64-linux" = fetchurl {
url = "https://proton.me/download/pass/linux/x64/proton-pass_${version}_amd64.deb";
hash = "sha256-6WYiqEJquq64b1fNv8HcQcT4/VCwtEkK4YrfAXDC6nY=";
hash = "sha256-0DQy8ITOlR88aJiR4zLCIukd5KZ2U4PVSjNBvU/A9L8=";
};
"aarch64-darwin" = fetchurl {
url = "https://proton.me/download/pass/macos/ProtonPass_${version}.dmg";
hash = "sha256-CwdiHEqKnk+ELoavs1p6ND48e2rvEFBqbXQs79ihQ4M=";
hash = "sha256-lEc/tP84QU+WDTqLbUe5dMmYBLXaZZg8wmXSNgAOn7g=";
};
};
updateScript = writeShellScript "update-proton-pass" ''