protonplus: 0.5.15 -> 0.5.17

This commit is contained in:
R. Ryantm
2026-02-26 15:37:59 +00:00
parent 3479ee3fd7
commit bc9ef91ca2
+2 -2
View File
@@ -20,13 +20,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "protonplus";
version = "0.5.15";
version = "0.5.17";
src = fetchFromGitHub {
owner = "Vysp3r";
repo = "protonplus";
tag = "v${finalAttrs.version}";
hash = "sha256-VFoPFKbKyupsZNNb1V9Bb1BdgigKfRsgn5HmRHybqyY=";
hash = "sha256-RusqseGVmHw9mWerKo1ooGRx1WZqWhaBPTpcqZsQ7ME=";
};
nativeBuildInputs = [