protonplus: 0.5.14 -> 0.5.15 (#478100)

This commit is contained in:
Nick Cao
2026-01-08 21:25:45 +00:00
committed by GitHub
+2 -2
View File
@@ -20,13 +20,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "protonplus";
version = "0.5.14";
version = "0.5.15";
src = fetchFromGitHub {
owner = "Vysp3r";
repo = "protonplus";
tag = "v${finalAttrs.version}";
hash = "sha256-/J+qZKFYWECHGkhpHqzH+ZRpgJYoWRNs0GSc9wyLk54=";
hash = "sha256-VFoPFKbKyupsZNNb1V9Bb1BdgigKfRsgn5HmRHybqyY=";
};
nativeBuildInputs = [