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: 6d99109b12a4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 42050cff6f5e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 24, 2020

  1. gnugrep: 3.5 -> 3.6

    r-ryantm authored and Jonathan Ringer committed Nov 24, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    bagder Daniel Stenberg
    Copy the full SHA
    42050cf View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/text/gnugrep/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/text/gnugrep/default.nix
Original file line number Diff line number Diff line change
@@ -5,15 +5,15 @@
# cgit) that are needed here should be included directly in Nixpkgs as
# files.

let version = "3.5"; in
let version = "3.6"; in

stdenv.mkDerivation {
pname = "gnugrep";
inherit version;

src = fetchurl {
url = "mirror://gnu/grep/grep-${version}.tar.xz";
sha256 = "0jm4hynsqf32rw1j3kv239wzg47qm6glqh6841ar9ay20xvwfamq";
sha256 = "0gipv6bzkm1aihj0ncqpyh164xrzgcxcv9r1kwzyk2g1mzl1azk6";
};

# Perl is needed for testing