hub: fix incorrect hash (#15830)

This commit is contained in:
Kazunori Kajihiro 2016-05-30 22:23:32 +09:00 committed by Domen Kožar
parent dee13c7fd4
commit 5c1f0990e3

View file

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = https://github.com/github/hub.git;
rev = "refs/tags/v${version}";
sha256 = "0iwpy50jvb8w3nn6q857j9c3k7bp17azj8yc5brh04dpkyfysm02";
sha256 = "1vswkx4lm6x4s04453qkmv970gjn79ma39fmdg8mnzy7lh2swws6";
};