Commit d42fddcf authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

mdevctl: 1.3.0 -> 1.4.0

parent ec1aa8f0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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