nixpkgs/pkgs
Alyssa Ross 0d3b2b6990
cargo-download: init at 0.1.1
Cargo.nix was generated from cargo-download 0.1.1 with this patch
applied, which was necessary to not confuse carnix about the version
being different between Cargo.toml and Cargo.lock.

See https://github.com/Xion/cargo-download/pull/3.

From 5efd4cf11ff9d5042712303404169016b1e05c33 Mon Sep 17 00:00:00 2001
From: Alyssa Ross <hi@alyssa.is>
Date: Thu, 26 Jul 2018 21:19:06 +0200
Subject: [PATCH] Fix Cargo.lock

Running `cargo build` on a clean checkout produces a diff in Cargo.lock,
because it wasn't updated after the version number was bumped.

After this commit, `cargo build` should no longer produce a modified
working tree.
---
 Cargo.lock | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.lock b/Cargo.lock
index cc7357c..c384dc1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -76,7 +76,7 @@ dependencies = [

 [[package]]
 name = "cargo-download"
-version = "0.1.0"
+version = "0.1.1"
 dependencies = [
  "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)",
--
2.17.1
2018-08-13 12:18:57 +01:00
..
applications masterpdfeditor: 5.1.00 -> 5.1.12 2018-08-13 17:16:26 +08:00
build-support Revert "buildRustPackage: allow patches to fix Cargo.lock" 2018-08-13 12:26:33 +02:00
common-updater common-updater: support updating source URL 2018-03-16 23:17:07 +09:00
data unifont: 11.0.01 -> 11.0.02 2018-08-12 21:39:41 +02:00
desktops plasma5: 5.13.2 -> 5.13.4 (#44643) 2018-08-10 10:45:59 +02:00
development Merge pull request #44948 from Izorkin/servant 2018-08-13 12:39:16 +02:00
games Merge pull request #44955 from nonfreeblob/fix 2018-08-12 19:53:50 -04:00
misc Merge branch 'master' into add-missing-licenses 2018-08-11 09:36:34 +02:00
os-specific linux: Init 4.18 2018-08-12 19:42:31 -04:00
servers redis: 4.0.10 -> 4.0.11 (#44684) 2018-08-12 20:03:37 +02:00
shells powershell: 6.0.3 -> 6.0.4 2018-08-13 10:01:53 +07:00
stdenv stdenv/build-support: support .tbz and .txz tarballs 2018-07-30 15:30:16 -04:00
test pkgs/tests: Add test for LD_LIBRARY_PATH 2018-08-01 19:02:21 +03:00
tools cargo-download: init at 0.1.1 2018-08-13 12:18:57 +01:00
top-level cargo-download: init at 0.1.1 2018-08-13 12:18:57 +01:00