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

proton-pass: 1.20.1 -> 1.20.2
This commit is contained in:
Nick Cao 2024-07-27 10:30:41 -04:00 committed by GitHub
commit cc993611c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-pass";
version = "1.20.1";
version = "1.20.2";
src = fetchurl {
url = "https://proton.me/download/PassDesktop/linux/x64/ProtonPass_${finalAttrs.version}.deb";
hash = "sha256-G14/gVevvccV8ILPr701IP8krR2/mOnRn0icCP1Hi4s=";
hash = "sha256-4QSBKVnEH7yDXwqY+29/a+yWv89i/TVCYO26V95KA4s=";
};
dontConfigure = true;