File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/sl/slackdump Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
1010buildGoModule 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
You can’t perform that action at this time.
0 commit comments