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: ce111fcc26fe
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a091844715e8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 11, 2020

  1. Copy the full SHA
    4a2327e View commit details
  2. Merge pull request #92817 from uosis/update-loop

    loop: 2018-12-04 -> 2020-07-08
    danieldk authored Jul 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a091844 View commit details
Showing with 5 additions and 4 deletions.
  1. +5 −4 pkgs/tools/misc/loop/default.nix
9 changes: 5 additions & 4 deletions pkgs/tools/misc/loop/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{ stdenv, fetchFromGitHub, rustPlatform }:

rustPlatform.buildRustPackage {
name = "loop-unstable-2018-12-04";
pname = "loop";
version = "unstable-2020-07-08";

src = fetchFromGitHub {
owner = "Miserlou";
repo = "Loop";
rev = "598ccc8e52bb13b8aff78b61cfe5b10ff576cecf";
sha256 = "0f33sc1slg97q1aisdrb465c3p7fgdh2swv8k3yphpnja37f5nl4";
rev = "944df766ddecd7a0d67d91cc2dfda8c197179fb0";
sha256 = "0v61kahwk1kdy8pb40rjnzcxby42nh02nyg9jqqpx3vgdrpxlnix";
};

cargoSha256 = "1ydd0sd4lvl6fdl4b13ncqcs03sbxb6v9dwfyqi64zihqzpblshv";
cargoSha256 = "0a3l580ca23vx8isd1qff870ci3p7wf4qrm53jl7nhfjh7rg5a4w";

meta = with stdenv.lib; {
description = "UNIX's missing `loop` command";