about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-xbuild
diff options
context:
space:
mode:
authorxrelkd <46590321+xrelkd@users.noreply.github.com>2019-07-11 20:08:25 +0800
committerxrelkd <46590321+xrelkd@users.noreply.github.com>2019-07-11 20:08:25 +0800
commit02c9e49eed29e731daf28932e1219d9bc409bfaa (patch)
treefe2cb423a4651a669f8bb34c33769de4b9f71afc /pkgs/development/tools/rust/cargo-xbuild
parentab3e932325a674883c2a3e15447194a05ed6c449 (diff)
downloadnixlib-02c9e49eed29e731daf28932e1219d9bc409bfaa.tar
nixlib-02c9e49eed29e731daf28932e1219d9bc409bfaa.tar.gz
nixlib-02c9e49eed29e731daf28932e1219d9bc409bfaa.tar.bz2
nixlib-02c9e49eed29e731daf28932e1219d9bc409bfaa.tar.lz
nixlib-02c9e49eed29e731daf28932e1219d9bc409bfaa.tar.xz
nixlib-02c9e49eed29e731daf28932e1219d9bc409bfaa.tar.zst
nixlib-02c9e49eed29e731daf28932e1219d9bc409bfaa.zip
cargo-xbuild: 0.5.13 -> 0.5.14
Diffstat (limited to 'pkgs/development/tools/rust/cargo-xbuild')
-rw-r--r--pkgs/development/tools/rust/cargo-xbuild/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-xbuild/default.nix b/pkgs/development/tools/rust/cargo-xbuild/default.nix
index 2a6c778cc273..b349fbc6bd99 100644
--- a/pkgs/development/tools/rust/cargo-xbuild/default.nix
+++ b/pkgs/development/tools/rust/cargo-xbuild/default.nix
@@ -2,13 +2,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-xbuild";
-  version = "0.5.13";
+  version = "0.5.14";
 
   src = fetchFromGitHub {
     owner = "rust-osdev";
     repo = pname;
-    rev = "v${version}";
-    sha256 = "1y072acbbgic8qqhnjhxwbjflqx78hnwqn8ffq0axfgzhc6bppgk";
+    rev = version;
+    sha256 = "1f87rz17bdpdipc9x2j4gq1zq181gcshhn7vc9pnn6f487hz0bgq";
   };
 
   cargoSha256 = "1r9i79lymfwpbcx2lp509v435qpkl9bqly1ya369p41n5yprrcjv";