manifest-tool: 2.1.7 -> 2.1.8

This commit is contained in:
R. Ryantm
2024-10-15 10:14:03 +00:00
parent c2bdda7b60
commit 191a952428

View File

@@ -9,14 +9,14 @@
buildGoModule rec {
pname = "manifest-tool";
version = "2.1.7";
version = "2.1.8";
modRoot = "v2";
src = fetchFromGitHub {
owner = "estesp";
repo = "manifest-tool";
rev = "v${version}";
hash = "sha256-f3rl4ktqvZlqIBmk9WeZ0IUil2bEAdusdCIvtqm9Gwk=";
hash = "sha256-1zsNIG7U389L4hXmQ1XGkWCu2ZpyGimoJkoJatY99E0=";
leaveDotGit = true;
postFetch = ''
git -C $out rev-parse HEAD > $out/.git-revision