manifest-tool: 2.1.5 -> 2.1.6

This commit is contained in:
R. Ryantm 2024-03-15 00:18:57 +00:00
parent 5ed2a8b685
commit 3f0d333cef

View File

@ -9,14 +9,14 @@
buildGoModule rec {
pname = "manifest-tool";
version = "2.1.5";
version = "2.1.6";
modRoot = "v2";
src = fetchFromGitHub {
owner = "estesp";
repo = "manifest-tool";
rev = "v${version}";
hash = "sha256-TCR8A35oETAZszrZFtNZulzCsh9UwGueTyHyYe+JQeI=";
hash = "sha256-/u60hi/KnPVWlNh6nxjXpH0ct5PLVE44deGxhzbayD0=";
leaveDotGit = true;
postFetch = ''
git -C $out rev-parse HEAD > $out/.git-revision