about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-10-16 12:43:58 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2019-10-16 12:43:58 +0200
commit1737cd07ca0c77d1e228d8dd30ddc891af6a72d7 (patch)
tree11eb2e4e754c5b6e578caa5e1bba977d73db079f /pkgs/development/tools/rust
parentcc9505aab1dbc0cca1be1ce81af5842271306a92 (diff)
downloadnixlib-1737cd07ca0c77d1e228d8dd30ddc891af6a72d7.tar
nixlib-1737cd07ca0c77d1e228d8dd30ddc891af6a72d7.tar.gz
nixlib-1737cd07ca0c77d1e228d8dd30ddc891af6a72d7.tar.bz2
nixlib-1737cd07ca0c77d1e228d8dd30ddc891af6a72d7.tar.lz
nixlib-1737cd07ca0c77d1e228d8dd30ddc891af6a72d7.tar.xz
nixlib-1737cd07ca0c77d1e228d8dd30ddc891af6a72d7.tar.zst
nixlib-1737cd07ca0c77d1e228d8dd30ddc891af6a72d7.zip
cargo-make: 0.22.2 -> 0.23.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.23.0

Please note that the cargo hash didn't change since no dependencies were
updated (only the package version in Cargo.lock).
Diffstat (limited to 'pkgs/development/tools/rust')
-rw-r--r--pkgs/development/tools/rust/cargo-make/Cargo.lock2
-rw-r--r--pkgs/development/tools/rust/cargo-make/default.nix6
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/rust/cargo-make/Cargo.lock b/pkgs/development/tools/rust/cargo-make/Cargo.lock
index c66b9e0179ff..e4c01baff9f3 100644
--- a/pkgs/development/tools/rust/cargo-make/Cargo.lock
+++ b/pkgs/development/tools/rust/cargo-make/Cargo.lock
@@ -107,7 +107,7 @@ dependencies = [
 
 [[package]]
 name = "cargo-make"
-version = "0.22.2"
+version = "0.23.0"
 dependencies = [
  "ci_info 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/pkgs/development/tools/rust/cargo-make/default.nix b/pkgs/development/tools/rust/cargo-make/default.nix
index 1dd2f41d6329..0685c11ddfaf 100644
--- a/pkgs/development/tools/rust/cargo-make/default.nix
+++ b/pkgs/development/tools/rust/cargo-make/default.nix
@@ -2,7 +2,7 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-make";
-  version = "0.22.2";
+  version = "0.23.0";
 
   src =
     let
@@ -10,7 +10,7 @@ rustPlatform.buildRustPackage rec {
         owner = "sagiegurari";
         repo = pname;
         rev = version;
-        sha256 = "17q6lcrn9xwgy20vvv7m3wxnf85k334751iksk89h9l1s2d36bcl";
+        sha256 = "1g62k0g9b5m8jaxxkbx0d59k8yb3di59l3p9m32hx617rn4k5wjd";
       };
     in
     runCommand "cargo-make-src" {} ''
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
     description = "A Rust task runner and build tool";
     homepage = "https://github.com/sagiegurari/cargo-make";
     license = licenses.asl20;
-    maintainers = with maintainers; [ xrelkd ];
+    maintainers = with maintainers; [ xrelkd ma27 ];
     platforms = platforms.all;
   };
 }