Skip to content

Commit

Permalink
manifest-tool: 2.1.8 -> 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 13, 2024
1 parent 52a2613 commit 2248d47
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 2248d47

Please sign in to comment.