sickgear: 3.34.12 -> 3.34.13 (#499210)

This commit is contained in:
Nick Cao
2026-03-12 20:50:14 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "sickgear";
version = "3.34.12";
version = "3.34.13";
src = fetchFromGitHub {
owner = "SickGear";
repo = "SickGear";
tag = "release_${finalAttrs.version}";
hash = "sha256-EdJCPuILAiz7jVTC4ZKY+ziiUEqrRyZOqZOGUtyCmLw=";
hash = "sha256-jOQktr7KG/C/ap/cLGMCwWnceirGo3TuwxXNewE5I78=";
};
dontBuild = true;