Unverified Commit eb49254f authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

proton-pass: 1.22.1 -> 1.23.0 (#345720)

parents 635c7ea3 7dc6b7b9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "proton-pass";
  version = "1.22.1";
  version = "1.23.0";

  src = fetchurl {
    url = "https://proton.me/download/PassDesktop/linux/x64/ProtonPass_${finalAttrs.version}.deb";
    hash = "sha256-DIA54xxJ8Nhh8wb4p13yjdenqgTgenAH4Tmbqk3IXwo=";
    url = "https://proton.me/download/pass/linux/x64/proton-pass_${finalAttrs.version}_amd64.deb";
    hash = "sha256-ewrPk3v1jgF87uY+7P8oQdWARcuFKdfiM1BzulMPBpg=";
  };

  dontConfigure = true;