Skip to content

Commit

Permalink
Revert "mdevctl: 1.2.0 -> 1.3.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 authored Jan 25, 2024
1 parent e041a4b commit aeda666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/mdevctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

rustPlatform.buildRustPackage rec {
pname = "mdevctl";
version = "1.3.0";
version = "1.2.0";

src = fetchCrate {
inherit pname version;
hash = "sha256-4K4NW3DOTtzZJ7Gg0mnRPr88YeqEjTtKX+C4P8i923E=";
hash = "sha256-0X/3DWNDPOgSNNTqcj44sd7DNGFt+uGBjkc876dSgU8=";
};

cargoHash = "sha256-hCqNy32uPLsKfUJqiG2DRcXfqdvlp4bCutQmt+FieXc=";
cargoHash = "sha256-TmumQBWuH5fJOe2qzcDtEGbmCs2G9Gfl8mH7xifzRGc=";

nativeBuildInputs = [
docutils
Expand Down

0 comments on commit aeda666

Please sign in to comment.