From b8110dbee652cd41c0868a6d8e19e86557d50046 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Wed, 30 May 2018 20:11:53 -0700 Subject: [PATCH] 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 --- .../version-management/git-and-tools/git-hub/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/version-management/git-and-tools/git-hub/default.nix b/pkgs/applications/version-management/git-and-tools/git-hub/default.nix index b4c3baecd41..94143e652f9 100644 --- a/pkgs/applications/version-management/git-and-tools/git-hub/default.nix +++ b/pkgs/applications/version-management/git-and-tools/git-hub/default.nix @@ -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";