Unverified Commit 4f78ffac authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

sickgear: 3.34.11 -> 3.34.12 (#496577)

parents 4369fe55 436fbcca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "sickgear";
  version = "3.34.11";
  version = "3.34.12";

  src = fetchFromGitHub {
    owner = "SickGear";
    repo = "SickGear";
    tag = "release_${finalAttrs.version}";
    hash = "sha256-7Jfm/NM5ij/YofU1bpQ8npX6exR1/W6PxvPpulauoMw=";
    hash = "sha256-EdJCPuILAiz7jVTC4ZKY+ziiUEqrRyZOqZOGUtyCmLw=";
  };

  dontBuild = true;