mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
git-extras: 6.1.0 -> 6.2.0
This commit is contained in:
parent
cadb3d9e19
commit
415788b8d3
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user