Merge pull request #64755 from marsam/update-git-absorb
gitAndTools.git-absorb: 0.3.0 -> 0.4.0
This commit is contained in:
commit
bc24eb74b4
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, rustPlatform, libiconv, Security }:
|
{ stdenv, fetchFromGitHub, rustPlatform, libiconv, Security }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
name = "git-absorb-${version}";
|
pname = "git-absorb";
|
||||||
version = "0.3.0";
|
version = "0.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tummychow";
|
owner = "tummychow";
|
||||||
repo = "git-absorb";
|
repo = pname;
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
sha256 = "1dm442lyk7f44bshm2ajync5pzdwvdc5xfpw2lkvjzxflmh5572z";
|
sha256 = "1clmd1b90vppbzng1kq0vzfh7964m3fk64q6h1vfcd1cfqj63r5v";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ libiconv Security ];
|
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ libiconv Security ];
|
||||||
@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
cargoSha256 = "0q40qcki49dw23n3brgdz5plvigmsf61jm0kfy48j89mijih8zy7";
|
cargoSha256 = "0q40qcki49dw23n3brgdz5plvigmsf61jm0kfy48j89mijih8zy7";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
inherit (src.meta) homepage;
|
homepage = "https://github.com/tummychow/git-absorb";
|
||||||
description = "git commit --fixup, but automatic";
|
description = "git commit --fixup, but automatic";
|
||||||
license = [ licenses.bsd3 ];
|
license = [ licenses.bsd3 ];
|
||||||
maintainers = [ maintainers.marsam ];
|
maintainers = [ maintainers.marsam ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user