Unverified Commit c7471e85 authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

protonplus: 0.4.24 -> 0.4.25 (#387480)

parents eab40f7a 62f7eee1
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.24";
  version = "0.4.25";

  src = fetchFromGitHub {
    owner = "Vysp3r";
    repo = "protonplus";
    rev = "v${finalAttrs.version}";
    hash = "sha256-nmwdXcd5V8gbq96Cen5494429JvKXgYBuQgCgMrhuWk=";
    hash = "sha256-IDEJ1/53fVq8FA58e3Fk/SPD8+xtXWLQr5IgNiim1jk=";
  };

  nativeBuildInputs = [