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

manifest-tool: 2.1.5 -> 2.1.6
This commit is contained in:
Weijia Wang 2024-03-24 22:56:45 +01:00 committed by GitHub
commit 8ddc731227
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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