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 {
pname = "manifest-tool";
version = "2.1.9";
version = "2.2.0";
modRoot = "v2";
src = fetchFromGitHub {
owner = "estesp";
repo = "manifest-tool";
rev = "v${version}";
hash = "sha256-tehdgYH73tmzjhJmTQuMWvciGYIyc6VeIMS2fFO7YP4=";
hash = "sha256-tEUsqrJGRhyirI8TEgG6r9crHX58webHO5v7JLLRQ30=";
leaveDotGit = true;
postFetch = ''
git -C $out rev-parse HEAD > $out/.git-revision