Skip to content

Commit c7471e8

Browse files
authored
protonplus: 0.4.24 -> 0.4.25 (#387480)
2 parents eab40f7 + 62f7eee commit c7471e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pr/protonplus/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
}:
2121
stdenv.mkDerivation (finalAttrs: {
2222
pname = "protonplus";
23-
version = "0.4.24";
23+
version = "0.4.25";
2424

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

3232
nativeBuildInputs = [

0 commit comments

Comments
 (0)