gitAndTools.hub: update from 1.12.0 to 1.12.2, potentially fixes CVE-2014-0177

This commit is contained in:
Moritz Ulrich 2014-09-04 16:20:40 +02:00
parent ff3ba48294
commit 0863bcb683

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "hub-${version}";
version = "1.12.0";
version = "1.12.2";
src = fetchurl {
url = "https://github.com/github/hub/archive/v${version}.tar.gz";
sha256 = "1lbl4dl7483q320qw4jm6mqq4dbbk3xncypxgg86zcdigxvw6igv";
sha256 = "112yfv9xklsmwv859kypv7hz0a6dj5hkrmjp7z1h40nrljc9mi79";
};
buildInputs = [ rake makeWrapper ];