Merge pull request #324484 from r-ryantm/auto-update/proton-pass

proton-pass: 1.18.0 -> 1.19.2
This commit is contained in:
Weijia Wang
2024-07-04 15:43:33 +02:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-pass";
version = "1.18.0";
version = "1.19.2";
src = fetchurl {
url = "https://proton.me/download/PassDesktop/linux/x64/ProtonPass_${finalAttrs.version}.deb";
hash = "sha256-dP6mXa5KOK35T3LCL/51/wi/dScqNj6bNYFOl4lCbcY=";
hash = "sha256-p16QleX6ZUu6ZfEPWCaTaWcMzoF2ruNgtvnDDH95iLQ=";
};
dontConfigure = true;