k2tf: Upgrade to use go 1.17

Built cleanly - Updated the hashes
This commit is contained in:
Colin L Rice 2022-02-05 00:56:30 -05:00
parent 9f697d60e4
commit ef074313f4
2 changed files with 2 additions and 4 deletions

View file

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-75L8fcmZbG7PbZrF4cScRQjqbuu5eTnLIaDGzgF57/0=";
};
vendorSha256 = "sha256-hxB+TZfwn16JXGRXZNB6HdDa62JQIQMaYpDzjOcLjFg=";
vendorSha256 = "sha256-YsSOw3G5ufxBn8Wu5J8md2Aaqhl0VJa7uB6ZzSPWo/A=";
ldflags = [ "-s" "-w" "-X main.version=${version}" "-X main.commit=v${version}" ];

View file

@ -15139,9 +15139,7 @@ with pkgs;
buildGoModule = buildGo117Module;
};
k2tf = callPackage ../development/tools/misc/k2tf {
buildGoModule = buildGo116Module;
};
k2tf = callPackage ../development/tools/misc/k2tf { };
kafka-delta-ingest = callPackage ../development/tools/kafka-delta-ingest { };