proton-pass: 1.38.0 -> 1.38.1

This commit is contained in:
R. Ryantm
2026-07-17 02:04:27 +00:00
parent 3caf6c92ce
commit 27564cf677

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" ''