Skip to content

Commit

Permalink
slackdump: 2.6.0 -> 2.6.1
Browse files Browse the repository at this point in the history
(cherry picked from commit e1d9c1c)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Dec 31, 2024
1 parent 45d5d08 commit 05e7061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sl/slackdump/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

buildGoModule rec {
pname = "slackdump";
version = "2.6.0";
version = "2.6.1";

src = fetchFromGitHub {
owner = "rusq";
repo = "slackdump";
rev = "refs/tags/v${version}";
hash = "sha256-hdSsvV1mQet61pWeo5icDhFxAVNP5QU1fdb1YgyXVWU=";
hash = "sha256-szo5n1sVv9PZUW77k/1qLuU0URl0FNB4cO5vqokoZ2c=";
};

nativeCheckInputs = lib.optional stdenv.hostPlatform.isDarwin darwin.IOKitTools;
Expand All @@ -30,7 +30,7 @@ buildGoModule rec {
"-skip=^${builtins.concatStringsSep "$|^" skippedTests}$"
];

vendorHash = "sha256-LjZP00YL0Coc7yY0Bm7AaYoAP37vQVJpVYPxuEnVEp4=";
vendorHash = "sha256-aDLeYi4nsMKxtE59au6I3mSEY0/6Vo0ujWFbLca+0wQ=";

meta = {
homepage = "https://github.com/rusq/slackdump";
Expand Down

0 comments on commit 05e7061

Please sign in to comment.