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

Commits on Oct 3, 2018

  1. parallel: 20180822 -> 20180922

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/parallel/versions
    r-ryantm committed Oct 3, 2018
    Copy the full SHA
    45d4712 View commit details

Commits on Oct 13, 2018

  1. Merge pull request #47741 from r-ryantm/auto-update/parallel

    parallel: 20180822 -> 20180922
    lukateras authored Oct 13, 2018
    Copy the full SHA
    b6a79aa View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/parallel/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/parallel/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ fetchurl, stdenv, perl, makeWrapper, procps }:

stdenv.mkDerivation rec {
name = "parallel-20180822";
name = "parallel-20180922";

src = fetchurl {
url = "mirror://gnu/parallel/${name}.tar.bz2";
sha256 = "0jjs7fpvdjjb5v0j39a6k7hq9h5ap3db1j7vg1r2dq4swk23h9bm";
sha256 = "07q7lzway2qf8mx6fb4q45jmirsc8pw6rgv03ifrp32jw3q8w1za";
};

nativeBuildInputs = [ makeWrapper ];