sickgear: 3.34.10 -> 3.34.11 (#489503)

This commit is contained in:
Nick Cao
2026-02-11 23:40:26 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "sickgear";
version = "3.34.10";
version = "3.34.11";
src = fetchFromGitHub {
owner = "SickGear";
repo = "SickGear";
tag = "release_${finalAttrs.version}";
hash = "sha256-+m5KM1QSIxGr+iCpPjiWRAVeGhp/UGTLF9ZOyfHRqZc=";
hash = "sha256-7Jfm/NM5ij/YofU1bpQ8npX6exR1/W6PxvPpulauoMw=";
};
dontBuild = true;