Merge pull request #324201 from r-ryantm/auto-update/manifest-tool

manifest-tool: 2.1.6 -> 2.1.7
This commit is contained in:
Weijia Wang
2024-07-03 10:04:34 +02:00
committed by GitHub
@@ -9,14 +9,14 @@
buildGoModule rec {
pname = "manifest-tool";
version = "2.1.6";
version = "2.1.7";
modRoot = "v2";
src = fetchFromGitHub {
owner = "estesp";
repo = "manifest-tool";
rev = "v${version}";
hash = "sha256-/u60hi/KnPVWlNh6nxjXpH0ct5PLVE44deGxhzbayD0=";
hash = "sha256-f3rl4ktqvZlqIBmk9WeZ0IUil2bEAdusdCIvtqm9Gwk=";
leaveDotGit = true;
postFetch = ''
git -C $out rev-parse HEAD > $out/.git-revision