Unverified Commit 2af23d5f authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

proton-pass: 1.33.5 -> 1.34.2 (#486561)

parents 8272e148 0f7c0226
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "proton-pass";
  version = "1.33.5";
  version = "1.34.2";

  src = fetchurl {
    url = "https://proton.me/download/pass/linux/x64/proton-pass_${finalAttrs.version}_amd64.deb";
    hash = "sha256-2H8zqo9UQubz2x7Pt1NG8OK14/ThvVS9Q0s73oTgbhs=";
    hash = "sha256-i5QQ1uzQ2tSDX4I/APL60QcHh9Ovc7ciueRnz7cZUuE=";
  };

  dontConfigure = true;