csvtk: 0.31.0 -> 0.32.0

This commit is contained in:
R. Ryantm
2024-12-08 06:04:04 +00:00
parent 65484f88b2
commit 88a31066d7
+3 -3
View File
@@ -7,7 +7,7 @@
buildPackages,
}:
let
version = "0.31.0";
version = "0.32.0";
in
buildGoModule {
pname = "csvtk";
@@ -17,10 +17,10 @@ buildGoModule {
owner = "shenwei356";
repo = "csvtk";
rev = "refs/tags/v${version}";
hash = "sha256-RfW7SiRcsN0F/+2bixLMNsqJCOSD1BQwlm4Zm2kogXM=";
hash = "sha256-t1juidSPCOEFsApvMWW8F/gF2F6JwK0Ds7O/GSZRg30=";
};
vendorHash = "sha256-5RqAtnGioasbQxLltglCWitzb7mQgNYIE9IFkE0AOME=";
vendorHash = "sha256-T9flXxly3i8SKQlhp4AF2FNCqgcnGAHxv5b7nqzM3DI=";
nativeBuildInputs = [ installShellFiles ];