3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #158210 from c00w/k2tf_117

k2tf: Upgrade to use go 1.17
This commit is contained in:
Ben Siraphob 2022-02-06 20:42:37 +00:00 committed by GitHub
commit 47b52cafbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

@ -15146,9 +15146,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 { };