mdevctl: 1.2.0 -> 1.3.0

+3 -3
+3 -3
pkgs/os-specific/linux/mdevctl/default.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "mdevctl"; 10 - version = "1.2.0"; 11 12 src = fetchCrate { 13 inherit pname version; 14 - hash = "sha256-0X/3DWNDPOgSNNTqcj44sd7DNGFt+uGBjkc876dSgU8="; 15 }; 16 17 - cargoHash = "sha256-TmumQBWuH5fJOe2qzcDtEGbmCs2G9Gfl8mH7xifzRGc="; 18 19 nativeBuildInputs = [ 20 docutils
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "mdevctl"; 10 + version = "1.3.0"; 11 12 src = fetchCrate { 13 inherit pname version; 14 + hash = "sha256-4K4NW3DOTtzZJ7Gg0mnRPr88YeqEjTtKX+C4P8i923E="; 15 }; 16 17 + cargoHash = "sha256-hCqNy32uPLsKfUJqiG2DRcXfqdvlp4bCutQmt+FieXc="; 18 19 nativeBuildInputs = [ 20 docutils