slackdump: 2.5.11 -> 2.6.0

This commit is contained in:
R. Ryantm 2024-11-07 11:03:19 +00:00
parent 85f7e662ed
commit 99a3481c22

View File

@ -8,13 +8,13 @@
buildGoModule rec { buildGoModule rec {
pname = "slackdump"; pname = "slackdump";
version = "2.5.11"; version = "2.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rusq"; owner = "rusq";
repo = "slackdump"; repo = "slackdump";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-othSIR+KyekUt+/LWhaM5Y6LGsujDCZTfLJotTcPXc0="; hash = "sha256-hdSsvV1mQet61pWeo5icDhFxAVNP5QU1fdb1YgyXVWU=";
}; };
nativeCheckInputs = lib.optional stdenv.hostPlatform.isDarwin darwin.IOKitTools; nativeCheckInputs = lib.optional stdenv.hostPlatform.isDarwin darwin.IOKitTools;
@ -30,7 +30,7 @@ buildGoModule rec {
"-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$"
]; ];
vendorHash = "sha256-6GVXzaJ5Lrt4fF0c9cbx6AqpgCwlYgKf6jUJkUyxc0s="; vendorHash = "sha256-LjZP00YL0Coc7yY0Bm7AaYoAP37vQVJpVYPxuEnVEp4=";
meta = { meta = {
homepage = "https://github.com/rusq/slackdump"; homepage = "https://github.com/rusq/slackdump";