Skip to content

Commit d42fddc

Browse files
r-ryantmwegank
authored andcommitted
mdevctl: 1.3.0 -> 1.4.0
1 parent ec1aa8f commit d42fddc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/md/mdevctl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "mdevctl";
11-
version = "1.3.0";
11+
version = "1.4.0";
1212

1313
src = fetchCrate {
1414
inherit pname version;
15-
hash = "sha256-4K4NW3DOTtzZJ7Gg0mnRPr88YeqEjTtKX+C4P8i923E=";
15+
hash = "sha256-Zh+Dj3X87tTpqT/weZMpf7f3obqikjPy9pi50ifp6wQ=";
1616
};
1717

1818
# https://github.com/mdevctl/mdevctl/issues/111
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
2121
];
2222

2323
useFetchCargoVendor = true;
24-
cargoHash = "sha256-xfrW7WiKBM9Hz49he/42z9gBrwZ3sKGH/u105hcyln0=";
24+
cargoHash = "sha256-LG5UaSUTF6pVx7BBLiZ/OmAZNCKswFlTqHymg3bDkuc=";
2525

2626
nativeBuildInputs = [
2727
docutils

0 commit comments

Comments
 (0)