Merge pull request #117773 from r-ryantm/auto-update/git-extras

git-extras: 6.1.0 -> 6.2.0
This commit is contained in:
Fabian Affolter 2021-03-28 11:31:44 +02:00 committed by GitHub
commit 158da5a4fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "git-extras"; pname = "git-extras";
version = "6.1.0"; version = "6.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tj"; owner = "tj";
repo = "git-extras"; repo = "git-extras";
rev = version; rev = version;
sha256 = "12ff9rhgqd71xm72r385hx0h8g75hz0ag0adzqcwfa54k0lhrrrz"; sha256 = "sha256-ACuTb1DGft2/32Ezg23jhpl9yua5kUTZ2kKL8KHU+BU=";
}; };
nativeBuildInputs = [ unixtools.column which ]; nativeBuildInputs = [ unixtools.column which ];