proton-pass: 1.29.5 -> 1.29.8 (#390481)

Co-authored-by: luftmensch-luftmensch <luftmensch-luftmensch@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-26 13:49:19 +00:00
committed by GitHub
co-authored by luftmensch-luftmensch
+2 -2
View File
@@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-pass";
version = "1.29.5";
version = "1.29.8";
src = fetchurl {
url = "https://proton.me/download/pass/linux/x64/proton-pass_${finalAttrs.version}_amd64.deb";
hash = "sha256-Ws9cZDzM72tmC2+7WI5e+hm0h9o/VD44DsCnEQ6pt6g=";
hash = "sha256-xwXIcoBPhANKiTv7DP+gmVeCtuzjymtQmHu+HuRKqjU=";
};
dontConfigure = true;