Skip to content

Commit

Permalink
Merge pull request NixOS#51533 from k0ral/master
Browse files Browse the repository at this point in the history
loop: unstable-2018-10-02 -> unstable-2018-12-04
  • Loading branch information
rasendubi authored Dec 5, 2018
2 parents d5090fe + 01a7fa8 commit 2ce6bce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
12 changes: 3 additions & 9 deletions pkgs/tools/misc/loop/default.nix
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
{ stdenv, fetchFromGitHub, rustPlatform }:

rustPlatform.buildRustPackage {
name = "loop-unstable-2018-10-02";
name = "loop-unstable-2018-12-04";

src = fetchFromGitHub {
owner = "Miserlou";
repo = "Loop";
rev = "d6ef3c5a0ecd4f533908abee5e481419a1a6eeae";
sha256 = "1fhihm32v77rj6r3scwmnvzsivky50g7a1644qrn8pafpjs4zwx5";
rev = "598ccc8e52bb13b8aff78b61cfe5b10ff576cecf";
sha256 = "0f33sc1slg97q1aisdrb465c3p7fgdh2swv8k3yphpnja37f5nl4";
};

cargoSha256 = "1ccf8dkswwdbwf9diy0l4vc4i2g05ynhi3w1jg3b2ldrvj0j9m9s";

cargoPatches = [
# Upstream includes mismatched Cargo.lock file.
# See https://github.com/Miserlou/Loop/pull/40
./fix_cargo_lock.patch
];

meta = with stdenv.lib; {
description = "UNIX's missing `loop` command";
homepage = https://github.com/Miserlou/Loop;
Expand Down
12 changes: 0 additions & 12 deletions pkgs/tools/misc/loop/fix_cargo_lock.patch

This file was deleted.

0 comments on commit 2ce6bce

Please sign in to comment.