0
0
Fork 0
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:
R. Ryantm 2025-04-11 01:30:54 +00:00
parent aed881aa96
commit 59f339b481

View file

@ -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