mdevctl: 1.3.0 -> 1.4.0 (#376562)
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "mdevctl";
|
||||
version = "1.3.0";
|
||||
version = "1.4.0";
|
||||
|
||||
src = fetchCrate {
|
||||
inherit pname version;
|
||||
hash = "sha256-4K4NW3DOTtzZJ7Gg0mnRPr88YeqEjTtKX+C4P8i923E=";
|
||||
hash = "sha256-Zh+Dj3X87tTpqT/weZMpf7f3obqikjPy9pi50ifp6wQ=";
|
||||
};
|
||||
|
||||
# https://github.com/mdevctl/mdevctl/issues/111
|
||||
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
|
||||
];
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-xfrW7WiKBM9Hz49he/42z9gBrwZ3sKGH/u105hcyln0=";
|
||||
cargoHash = "sha256-LG5UaSUTF6pVx7BBLiZ/OmAZNCKswFlTqHymg3bDkuc=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
docutils
|
||||
|
||||
Reference in New Issue
Block a user