manifest-tool: 2.1.6 -> 2.1.7

This commit is contained in:
R. Ryantm
2024-07-03 02:35:54 +00:00
parent 9a775e4ab3
commit 51fc729d9d

View File

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