slackdump: 3.1.4 -> 3.1.6 (#420765)

Co-authored-by: Bot-wxt1221 <3264117476@qq.com>

authored by nixpkgs-merge-bot[bot] Bot-wxt1221 and committed by GitHub b708044c 89ec8219

+3 -3
+3 -3
pkgs/by-name/sl/slackdump/package.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "slackdump"; 12 - version = "3.1.4"; 12 + version = "3.1.6"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "rusq"; 16 16 repo = "slackdump"; 17 17 tag = "v${version}"; 18 - hash = "sha256-unJe3hTIYmQMAvyY0N1S2JiyTtOSaKaJSqE2C9LqDh0="; 18 + hash = "sha256-MoC1uLyAyLrHLjokDfg9UPUKQZKl8MdNQpFAzaea2Gs="; 19 19 }; 20 20 21 21 nativeCheckInputs = lib.optional stdenv.hostPlatform.isDarwin darwin.IOKitTools; ··· 32 32 "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" 33 33 ]; 34 34 35 - vendorHash = "sha256-Uy/l3eZSWqVeFKFr6Sc+0h8UVzLGmRXVF6sbX6tnXWA="; 35 + vendorHash = "sha256-+4/F3CKFRLHB9aPUFVnnPmwIxZ608qMhrMHXE3Gskx0="; 36 36 37 37 __darwinAllowLocalNetworking = true; 38 38