proton-pass: 1.18.0 -> 1.19.2

This commit is contained in:
R. Ryantm
2024-07-04 04:33:18 +00:00
parent d8724afca4
commit 54d7cb54f6
+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;