Skip to content

Commit

Permalink
manifest-tool: 2.1.8 -> 2.1.9 (NixOS#364768)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus authored Dec 17, 2024
2 parents 328a3ec + 2248d47 commit ae7f592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ma/manifest-tool/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildGoModule rec {
pname = "manifest-tool";
version = "2.1.8";
version = "2.1.9";
modRoot = "v2";

src = fetchFromGitHub {
owner = "estesp";
repo = "manifest-tool";
rev = "v${version}";
hash = "sha256-1zsNIG7U389L4hXmQ1XGkWCu2ZpyGimoJkoJatY99E0=";
hash = "sha256-tehdgYH73tmzjhJmTQuMWvciGYIyc6VeIMS2fFO7YP4=";
leaveDotGit = true;
postFetch = ''
git -C $out rev-parse HEAD > $out/.git-revision
Expand Down

0 comments on commit ae7f592

Please sign in to comment.