Commit 5d207a7d1665
Changed files (1)
nix
packages
manifest-tool
nix/packages/manifest-tool/default.nix
@@ -2,7 +2,7 @@
buildGoModule rec {
name = "manifest-tool-${version}";
- version = "2.0.0-rc.1";
+ version = "2.0.0";
rev = "v${version}";
# rev = "bae5531170d45955c2d72d1b29d77ce1b0c9dedb";
@@ -13,7 +13,7 @@ buildGoModule rec {
inherit rev;
owner = "estesp";
repo = "manifest-tool";
- sha256 = "sha256-IMXeAjFBAtGShsn/EmScIubJ88CZiS9A6VeTp0NV91M=";
+ sha256 = "sha256-KBX/VgFKm3xT1tRxKKIO3u4JZ3htkTVVnB1GqpJ0xO0=";
};
vendorSha256 = null;