git-hub: 0.10 -> 0.11.0

Includes fixes for CVE-2016-7793 and CVE-2016-7794.
This commit is contained in:
Robert Helgesson 2017-01-29 17:04:57 +01:00
parent fe6c4eb8e6
commit 41a0d05872
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "git-hub-${version}";
version = "0.10";
version = "0.11.0";
src = fetchFromGitHub {
sha256 = "0zy1g6zzv6cw8ffj8ffm28qa922fys2826n5813p8icqypi04y0k";
sha256 = "1lpi373vzr6gda0gic7w37qhipfg7bjpn8nwjjgz44vf2vjlhf9k";
rev = "v${version}";
repo = "git-hub";
owner = "sociomantic-tsunami";