tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mdevctl: 1.2.0 -> 1.3.0
R. Ryantm
2 years ago
2356d90e
0b8f8e0c
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
mdevctl
default.nix
+3
-3
pkgs/os-specific/linux/mdevctl/default.nix
···
7
7
8
8
rustPlatform.buildRustPackage rec {
9
9
pname = "mdevctl";
10
10
-
version = "1.2.0";
10
10
+
version = "1.3.0";
11
11
12
12
src = fetchCrate {
13
13
inherit pname version;
14
14
-
hash = "sha256-0X/3DWNDPOgSNNTqcj44sd7DNGFt+uGBjkc876dSgU8=";
14
14
+
hash = "sha256-4K4NW3DOTtzZJ7Gg0mnRPr88YeqEjTtKX+C4P8i923E=";
15
15
};
16
16
17
17
-
cargoHash = "sha256-TmumQBWuH5fJOe2qzcDtEGbmCs2G9Gfl8mH7xifzRGc=";
17
17
+
cargoHash = "sha256-hCqNy32uPLsKfUJqiG2DRcXfqdvlp4bCutQmt+FieXc=";
18
18
19
19
nativeBuildInputs = [
20
20
docutils