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

Commits on Aug 1, 2019

  1. iana-etc: 20190504 -> 20190731

    Mic92 committed Aug 1, 2019
    Copy the full SHA
    59ac7e1 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/misc/iana-etc/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/misc/iana-etc/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchzip }:

let
version = "20190504";
version = "20190731";
in fetchzip {
name = "iana-etc-${version}";
url = "https://github.com/Mic92/iana-etc/releases/download/${version}/iana-etc-${version}.tar.gz";
sha256 = "1h61qnb3ybyfivyq8qjnisj4arbnhn8hcwad1bp4iqidjk6rjfv3";
sha256 = "0vqr4zm53zn7z75ynmf59xfrlhpyk8f41xd6i4v8j0f7k6hfdvpi";

postFetch = ''
tar -xzvf $downloadedFile --strip-components=1