3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #41670 from couchemar/hub-2.4.0

hub: 2.3.0 -> 2.4.0
This commit is contained in:
Jörg Thalheim 2018-06-08 14:08:57 +01:00 committed by GitHub
commit 82b1edd9e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "hub-${version}";
version = "2.3.0";
version = "2.4.0";
src = fetchgit {
url = https://github.com/github/hub.git;
rev = "refs/tags/v${version}";
sha256 = "0rx5izxgjxh4jdn991x90xvgbc7nhwx15pkmmzc8rkdzf0hnas1s";
sha256 = "1lr6vg0zhg2air9bnzcl811g97jraxq05l3cs46wqqflwy57xpz2";
};