Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8e002ac361c4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 33484a20cee1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 28, 2021

  1. cargo-limit: 0.0.4 -> 0.0.5

    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
    otavio committed Jan 28, 2021
    Copy the full SHA
    9af0b2f View commit details

Commits on Jan 29, 2021

  1. Merge pull request #111086 from otavio/upgrade/cargo-limit

    cargo-limit: 0.0.4 -> 0.0.5
    danieldk authored Jan 29, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    33484a2 View commit details
Showing with 3 additions and 293 deletions.
  1. +0 −288 pkgs/development/tools/rust/cargo-limit/cargo-Add-Cargo.lock.patch
  2. +3 −5 pkgs/development/tools/rust/cargo-limit/default.nix
288 changes: 0 additions & 288 deletions pkgs/development/tools/rust/cargo-limit/cargo-Add-Cargo.lock.patch

This file was deleted.

8 changes: 3 additions & 5 deletions pkgs/development/tools/rust/cargo-limit/default.nix
Original file line number Diff line number Diff line change
@@ -6,18 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-limit";
version = "0.0.4";
version = "0.0.5";

src = fetchFromGitHub {
owner = "alopatindev";
repo = "cargo-limit";
rev = version;
sha256 = "0ky62hbf6byxci28vqsps4xkf4r8irz5rz9q1pfmr68ls7bwywm7";
sha256 = "sha256-GYdWKRgdS9gCQRu1C8ht0wC1eBTtIMg585OuAfDn/+4=";
};

cargoPatches = [ ./cargo-Add-Cargo.lock.patch ];

cargoSha256 = "0vdpz7xhkf05fr430hz00w0d2ghjhmhmpi89jzcdw1cmrnidywly";
cargoSha256 = "0381wgyb2xnsiick8invrkhcvp905rrfyikgv01w6qn9872z11s0";

passthru = {
updateScript = nix-update-script {