Unverified Commit cc993611 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

proton-pass: 1.20.1 -> 1.20.2
parents 8b9683ae 3ce8623b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;