gitAndTools.git-hub: 1.0.1 -> 1.0.3

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
This commit is contained in:
R. RyanTM 2019-03-02 01:05:13 -08:00
parent 2fcb11a244
commit 3063f1332d

View file

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