protonplus: 0.5.8 -> 0.5.9

Changelog: https://github.com/Vysp3r/ProtonPlus/releases/tag/v0.5.9
This commit is contained in:
Niklas Korz
2025-07-14 16:23:00 +02:00
parent e6d2b439c2
commit 0dd874f69a
+2 -2
View File
@@ -20,13 +20,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "protonplus";
version = "0.5.8";
version = "0.5.9";
src = fetchFromGitHub {
owner = "Vysp3r";
repo = "protonplus";
tag = "v${finalAttrs.version}";
hash = "sha256-99RD1M6i/titM0dzyNPZGdWyNAUo7ZBj2QEw/qDl5nM=";
hash = "sha256-Ss+9p6mQQNYcY+5gAD1CtM+TpNRC/kVqV8fmfowydBk=";
};
nativeBuildInputs = [