mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
manifest-tool: 2.1.9 -> 2.2.0
This commit is contained in:
parent
aed881aa96
commit
59f339b481
1 changed files with 2 additions and 2 deletions
|
@ -10,14 +10,14 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "manifest-tool";
|
pname = "manifest-tool";
|
||||||
version = "2.1.9";
|
version = "2.2.0";
|
||||||
modRoot = "v2";
|
modRoot = "v2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "estesp";
|
owner = "estesp";
|
||||||
repo = "manifest-tool";
|
repo = "manifest-tool";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-tehdgYH73tmzjhJmTQuMWvciGYIyc6VeIMS2fFO7YP4=";
|
hash = "sha256-tEUsqrJGRhyirI8TEgG6r9crHX58webHO5v7JLLRQ30=";
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
git -C $out rev-parse HEAD > $out/.git-revision
|
git -C $out rev-parse HEAD > $out/.git-revision
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue