tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
cargo-mutants: 24.7.0 -> 24.7.1
R. Ryantm
2 years ago
69c616a2
1dc71770
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
rust
cargo-mutants
default.nix
+3
-3
pkgs/development/tools/rust/cargo-mutants/default.nix
···
7
7
8
8
rustPlatform.buildRustPackage rec {
9
9
pname = "cargo-mutants";
10
10
-
version = "24.7.0";
10
10
+
version = "24.7.1";
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "sourcefrog";
14
14
repo = "cargo-mutants";
15
15
rev = "v${version}";
16
16
-
hash = "sha256-cDwNjPuXa6cpgGUDAAZVWZulcAYM6p5vUQrCs9njuUs=";
16
16
+
hash = "sha256-56IIMifv5epThXeWtQbNLwee1IQ52SPKik4hsHlnv6w=";
17
17
};
18
18
19
19
-
cargoHash = "sha256-6igY0LzjwPNmVxXTgj+RE5GpK/EyBRhv0yqHp15051s=";
19
19
+
cargoHash = "sha256-VRkhDgKunSUOz2/U4oC2t0YrDh5l48z4luevMazfj6o=";
20
20
21
21
buildInputs = lib.optionals stdenv.isDarwin [
22
22
darwin.apple_sdk.frameworks.SystemConfiguration