Skip to content

Commit

Permalink
sickgear: 0.21.30 -> 0.21.33
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed May 27, 2020
1 parent 4129f3c commit 83e34e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sickbeard/sickgear.nix
Expand Up @@ -4,13 +4,13 @@ let
pythonEnv = python2.withPackages(ps: with ps; [ cheetah ]);
in stdenv.mkDerivation rec {
pname = "sickgear";
version = "0.21.30";
version = "0.21.33";

src = fetchFromGitHub {
owner = "SickGear";
repo = "SickGear";
rev = "release_${version}";
sha256 = "19j0hm2d2q279kzmdjbjgfhjwcp7071a2mmvsnb0167wdyaq4bcf";
sha256 = "0ilgjm21psfb0ix32qm560976wn84qg0y5cg7506ybwsynlmway2";
};

dontBuild = true;
Expand Down

0 comments on commit 83e34e8

Please sign in to comment.