Merge pull request #41297 from r-ryantm/auto-update/git-hub

git-hub: 1.0.0 -> 1.0.1
This commit is contained in:
Jörg Thalheim 2018-05-31 07:44:14 +01:00 committed by GitHub
commit d5f3f14a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "git-hub-${version}";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
sha256 = "07756pidrm4cph3nm90z16imvnylvz3fw4369wrglbdr27filf3x";
sha256 = "1lizjyi8vac1p1anbnh6qrr176rwxp5yjc1787asw437sackkwza";
rev = "v${version}";
repo = "git-hub";
owner = "sociomantic-tsunami";