about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-07 11:37:24 +0100
committerGitHub <noreply@github.com>2024-03-07 11:37:24 +0100
commit3f255580ef12a97e4ba376c7a758df6c19d9eb22 (patch)
tree42eacc2319de4f93928872b22990ebd94fe5a80e /pkgs/os-specific
parentf41ecf8c222e8361b5ed8383f4c204e99278ddac (diff)
parent2356d90e39880756834d0d1dbbbace61e85fbead (diff)
downloadnixlib-3f255580ef12a97e4ba376c7a758df6c19d9eb22.tar
nixlib-3f255580ef12a97e4ba376c7a758df6c19d9eb22.tar.gz
nixlib-3f255580ef12a97e4ba376c7a758df6c19d9eb22.tar.bz2
nixlib-3f255580ef12a97e4ba376c7a758df6c19d9eb22.tar.lz
nixlib-3f255580ef12a97e4ba376c7a758df6c19d9eb22.tar.xz
nixlib-3f255580ef12a97e4ba376c7a758df6c19d9eb22.tar.zst
nixlib-3f255580ef12a97e4ba376c7a758df6c19d9eb22.zip
Merge pull request #285057 from r-ryantm/auto-update/mdevctl
mdevctl: 1.2.0 -> 1.3.0
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/mdevctl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/mdevctl/default.nix b/pkgs/os-specific/linux/mdevctl/default.nix
index 80c3c1316d85..ce4ea250827b 100644
--- a/pkgs/os-specific/linux/mdevctl/default.nix
+++ b/pkgs/os-specific/linux/mdevctl/default.nix
@@ -7,14 +7,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "mdevctl";
-  version = "1.2.0";
+  version = "1.3.0";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-0X/3DWNDPOgSNNTqcj44sd7DNGFt+uGBjkc876dSgU8=";
+    hash = "sha256-4K4NW3DOTtzZJ7Gg0mnRPr88YeqEjTtKX+C4P8i923E=";
   };
 
-  cargoHash = "sha256-TmumQBWuH5fJOe2qzcDtEGbmCs2G9Gfl8mH7xifzRGc=";
+  cargoHash = "sha256-hCqNy32uPLsKfUJqiG2DRcXfqdvlp4bCutQmt+FieXc=";
 
   nativeBuildInputs = [
     docutils