protonplus: 0.5.17 -> 0.5.19

This commit is contained in:
R. Ryantm
2026-04-17 11:20:01 +00:00
parent 24998d8747
commit 744cdf471f
+2 -2
View File
@@ -20,13 +20,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "protonplus";
version = "0.5.17";
version = "0.5.19";
src = fetchFromGitHub {
owner = "Vysp3r";
repo = "protonplus";
tag = "v${finalAttrs.version}";
hash = "sha256-RusqseGVmHw9mWerKo1ooGRx1WZqWhaBPTpcqZsQ7ME=";
hash = "sha256-tE5qOga63dvbs9J9EX8XahzTZQVT+7T6+TsGPAiLbio=";
};
nativeBuildInputs = [