mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 08:33:54 +00:00
sickgear: 3.32.11 -> 3.32.13
This commit is contained in:
parent
52a2613850
commit
e0ca61e214
@ -17,13 +17,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sickgear";
|
||||
version = "3.32.11";
|
||||
version = "3.32.13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "SickGear";
|
||||
repo = "SickGear";
|
||||
rev = "release_${version}";
|
||||
hash = "sha256-hsjJhzQY9lhvreE547zgRTRBKdNOmvJWPsOLw02U7WY=";
|
||||
hash = "sha256-eEkO1LjKeCzyMQL5lhH3GkQ+dutAjYlYE3dPADoXZEM=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user