Commit 2ea16891be8d
Changed files (1)
pkgs
manifest-tool
pkgs/manifest-tool/default.nix
@@ -6,7 +6,8 @@
buildGoModule rec {
name = "manifest-tool-${version}";
- version = "2.0.0";
+ pname = name;
+ version = "2.2.1";
rev = "v${version}";
subPackages = [ "cmd/manifest-tool" ];
@@ -16,7 +17,7 @@ buildGoModule rec {
inherit rev;
owner = "estesp";
repo = "manifest-tool";
- sha256 = "sha256-KBX/VgFKm3xT1tRxKKIO3u4JZ3htkTVVnB1GqpJ0xO0=";
+ sha256 = "sha256-aw8c8VhSFexUpQqXDOd/pRSiuRl4njBe+LDONTVK7Uw=";
};
vendorHash = null;