lol

reaction: 2.1.2 -> 2.2.0

ppom a79e9382 91ad9f49

+8 -4
+8 -4
pkgs/by-name/re/reaction/package.nix
··· 7 }: 8 rustPlatform.buildRustPackage (finalAttrs: { 9 pname = "reaction"; 10 - version = "2.1.2"; 11 12 src = fetchFromGitLab { 13 domain = "framagit.org"; 14 owner = "ppom"; 15 repo = "reaction"; 16 tag = "v${finalAttrs.version}"; 17 - hash = "sha256-lcd0yY8o5eGa1bP5WsA9K/K7gtjRVorS/Rm0bno0AOY="; 18 }; 19 20 - cargoHash = "sha256-ZRTgzVz8ia763cMBx9U1NIy9W6gDUVhwNr6wDqU1Ulo="; 21 22 nativeBuildInputs = [ 23 installShellFiles ··· 27 # Those time-based tests behave poorly in low-resource environments (CI...) 28 "--skip=daemon::filter::tests" 29 "--skip=treedb::raw::tests::write_then_read_1000" 30 - "--skip=simple" 31 ]; 32 33 postInstall = ''
··· 7 }: 8 rustPlatform.buildRustPackage (finalAttrs: { 9 pname = "reaction"; 10 + version = "2.2.0"; 11 12 src = fetchFromGitLab { 13 domain = "framagit.org"; 14 owner = "ppom"; 15 repo = "reaction"; 16 tag = "v${finalAttrs.version}"; 17 + hash = "sha256-TVxBW47GqnfP8K8ZcjSR0P84dnb8Z5c3o11Ql5wsvLg="; 18 }; 19 20 + cargoHash = "sha256-ACacxDbJjbv7sP1D0wO6vjCVhlPui1ogXZKxY5l+3JU="; 21 22 nativeBuildInputs = [ 23 installShellFiles ··· 27 # Those time-based tests behave poorly in low-resource environments (CI...) 28 "--skip=daemon::filter::tests" 29 "--skip=treedb::raw::tests::write_then_read_1000" 30 + "--skip=ip_pattern_matches" 31 + ]; 32 + cargoTestFlags = [ 33 + # Skip integration tests for the same reason 34 + "--lib" 35 ]; 36 37 postInstall = ''