tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
reaction: 2.1.2 -> 2.2.0
ppom
5 months ago
a79e9382
91ad9f49
+8
-4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
re
reaction
package.nix
+8
-4
pkgs/by-name/re/reaction/package.nix
···
7
7
}:
8
8
rustPlatform.buildRustPackage (finalAttrs: {
9
9
pname = "reaction";
10
10
-
version = "2.1.2";
10
10
+
version = "2.2.0";
11
11
12
12
src = fetchFromGitLab {
13
13
domain = "framagit.org";
14
14
owner = "ppom";
15
15
repo = "reaction";
16
16
tag = "v${finalAttrs.version}";
17
17
-
hash = "sha256-lcd0yY8o5eGa1bP5WsA9K/K7gtjRVorS/Rm0bno0AOY=";
17
17
+
hash = "sha256-TVxBW47GqnfP8K8ZcjSR0P84dnb8Z5c3o11Ql5wsvLg=";
18
18
};
19
19
20
20
-
cargoHash = "sha256-ZRTgzVz8ia763cMBx9U1NIy9W6gDUVhwNr6wDqU1Ulo=";
20
20
+
cargoHash = "sha256-ACacxDbJjbv7sP1D0wO6vjCVhlPui1ogXZKxY5l+3JU=";
21
21
22
22
nativeBuildInputs = [
23
23
installShellFiles
···
27
27
# Those time-based tests behave poorly in low-resource environments (CI...)
28
28
"--skip=daemon::filter::tests"
29
29
"--skip=treedb::raw::tests::write_then_read_1000"
30
30
-
"--skip=simple"
30
30
+
"--skip=ip_pattern_matches"
31
31
+
];
32
32
+
cargoTestFlags = [
33
33
+
# Skip integration tests for the same reason
34
34
+
"--lib"
31
35
];
32
36
33
37
postInstall = ''