manifest-tool: 2.1.9 -> 2.2.0 (#397852)

Co-authored-by: tricktron <tgagnaux@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-13 13:09:06 +00:00
committed by GitHub
co-authored by tricktron
+2 -2
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