Skip to content

Commit

Permalink
[Backport release-24.11] protonplus: 0.4.24 -> 0.4.25 (#387550)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Mar 6, 2025
2 parents 57f63b9 + fd2d731 commit 397b2dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pr/protonplus/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 397b2dc

Please sign in to comment.