tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
slackdump: 3.1.4 -> 3.1.6
R. Ryantm
9 months ago
3a4bc8f2
b4c72fac
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
sl
slackdump
package.nix
+3
-3
pkgs/by-name/sl/slackdump/package.nix
reviewed
···
9
9
10
10
buildGoModule rec {
11
11
pname = "slackdump";
12
12
-
version = "3.1.4";
12
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
18
-
hash = "sha256-unJe3hTIYmQMAvyY0N1S2JiyTtOSaKaJSqE2C9LqDh0=";
18
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
35
-
vendorHash = "sha256-Uy/l3eZSWqVeFKFr6Sc+0h8UVzLGmRXVF6sbX6tnXWA=";
35
35
+
vendorHash = "sha256-+4/F3CKFRLHB9aPUFVnnPmwIxZ608qMhrMHXE3Gskx0=";
36
36
37
37
__darwinAllowLocalNetworking = true;
38
38