slackdump: 3.1.1 -> 3.1.3

This commit is contained in:
R. Ryantm 2025-05-29 10:14:16 +00:00
parent a4ac6ea818
commit c91890b617

View file

@ -9,13 +9,13 @@
buildGoModule rec { buildGoModule rec {
pname = "slackdump"; pname = "slackdump";
version = "3.1.1"; version = "3.1.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rusq"; owner = "rusq";
repo = "slackdump"; repo = "slackdump";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-DBIBOHoQIUp2WXj50w2ixhB9W8qBzdrBmNCKSuAJMGk="; hash = "sha256-Ophs/HLdjwVPn8Q6Jng2F/GKp+Dmy8ULxGJm9L7IQXI=";
}; };
nativeCheckInputs = lib.optional stdenv.hostPlatform.isDarwin darwin.IOKitTools; nativeCheckInputs = lib.optional stdenv.hostPlatform.isDarwin darwin.IOKitTools;
@ -32,7 +32,7 @@ buildGoModule rec {
"-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$"
]; ];
vendorHash = "sha256-TEeYHT2jvU0ioMb3h/xjUg1fISsi5oHY5xKEcHwhC0Y="; vendorHash = "sha256-iT5hCLOSWuquNsaSe3Wra6LsJeRF4NvI3+NXYkPoLEI=";
__darwinAllowLocalNetworking = true; __darwinAllowLocalNetworking = true;