slackdump: 2.5.11 -> 2.6.0
This commit is contained in:
parent
85f7e662ed
commit
99a3481c22
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user