Skip to content

Commit 3278bf1

Browse files
authored
slackdump: 3.0.7 -> 3.0.8 (#389813)
2 parents 69feda8 + 40ee315 commit 3278bf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sl/slackdump/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
buildGoModule rec {
1111
pname = "slackdump";
12-
version = "3.0.7";
12+
version = "3.0.8";
1313

1414
src = fetchFromGitHub {
1515
owner = "rusq";
1616
repo = "slackdump";
1717
tag = "v${version}";
18-
hash = "sha256-IlWnlWCtcp/vT9hUaWyQXyaieOnhI1eW8PluJu4buHk=";
18+
hash = "sha256-ufoksglrOPdvFb86rcc9kfOMC/koyHCRAXxaqUge6cU=";
1919
};
2020

2121
nativeCheckInputs = lib.optional stdenv.hostPlatform.isDarwin darwin.IOKitTools;
@@ -32,7 +32,7 @@ buildGoModule rec {
3232
"-skip=^${builtins.concatStringsSep "$|^" skippedTests}$"
3333
];
3434

35-
vendorHash = "sha256-g38rP8h3+eo92S/0gqP8F/BY5HoxK1uCdHTKGCFv2dE=";
35+
vendorHash = "sha256-qtvUhxbkElMa6qrkicNrPn9Boh65sAH/vZn/FeO9o9A=";
3636

3737
__darwinAllowLocalNetworking = true;
3838

0 commit comments

Comments
 (0)