Commit b49842be5f80

Vincent Demeester <vincent@sbr.pm>
2020-12-04 18:12:33
pkgs: remove commented vendorSha256 from manifest-tool
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a69ed34
Changed files (1)
pkgs
manifest-tool
pkgs/manifest-tool/default.nix
@@ -15,7 +15,6 @@ buildGoModule rec {
     repo = "manifest-tool";
     sha256 = "066ls7sxacfy236c9kjbhhqsmpbiy8wx4ishyw6nxi4n5zvzs3kl";
   };
-  # vendorSha256 = "1sjahs7a06vsnzfbwgzh6wdqwlcgpq5w4zkhf711ws4njipkmhhh";
   vendorSha256 = null;
 
   meta = {