git-hub: 1.0.0 -> 1.0.1

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/git-hub/versions.

These checks were done:

- built on NixOS
- /nix/store/alnsn3bczp0j8x9d8f390q67aql5y7cc-git-hub-1.0.1/bin/git-hub passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 1.0.1 with grep in /nix/store/alnsn3bczp0j8x9d8f390q67aql5y7cc-git-hub-1.0.1
- directory tree listing: https://gist.github.com/fc09f98152d4008f23cb52855621b6bb
- du listing: https://gist.github.com/29489408ac7b6cb1137948d9edd0fef6
This commit is contained in:
R. RyanTM 2018-05-30 20:11:53 -07:00
parent 6c00639417
commit b8110dbee6

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";