proton-pass: 1.29.2 -> 1.29.3

This commit is contained in:
Eduardo Quiros
2025-02-19 19:07:10 -06:00
parent 0d52202380
commit 96cca66e42
+2 -2
View File
@@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-pass";
version = "1.29.2";
version = "1.29.3";
src = fetchurl {
url = "https://proton.me/download/pass/linux/x64/proton-pass_${finalAttrs.version}_amd64.deb";
hash = "sha256-swq4zDcBephqqtabg36eDSWubo0LDpScUxB30RnzGHQ=";
hash = "sha256-d+aU/pv1MRs4W4LKB9AM27A5B3PJYFfjKmsmzqWUAUg=";
};
dontConfigure = true;