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

protonplus: 0.4.23 -> 0.4.24 (#382942)

parents 5b73e891 12f61a11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "protonplus";
  version = "0.4.23";
  version = "0.4.24";

  src = fetchFromGitHub {
    owner = "Vysp3r";
    repo = "protonplus";
    rev = "v${finalAttrs.version}";
    hash = "sha256-axVtURzMLPv+CgDJZj/TM4sfysW+GJWZ+MEe9Z6DhHE=";
    hash = "sha256-nmwdXcd5V8gbq96Cen5494429JvKXgYBuQgCgMrhuWk=";
  };

  nativeBuildInputs = [