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

Commits on Mar 10, 2019

  1. libgnurl: 7.63.0 -> 7.64.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/libgnurl/versions
    r-ryantm committed Mar 10, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    grahamc Graham Christensen
    Copy the full SHA
    e53b5aa View commit details

Commits on Mar 11, 2019

  1. Merge pull request #57249 from r-ryantm/auto-update/libgnurl

    libgnurl: 7.63.0 -> 7.64.0
    falsifian authored Mar 11, 2019
    Copy the full SHA
    a70eab3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/libgnurl/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libgnurl/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@
libidn2, libunistring, nghttp2 }:

stdenv.mkDerivation rec {
version = "7.63.0";
version = "7.64.0";

name = "libgnurl-${version}";

src = fetchurl {
url = "mirror://gnu/gnunet/gnurl-${version}.tar.gz";
sha256 = "15y4yjy67n3c57kp0yszklcrz2nickrvjvd6laizs6kdbpixjdfl";
sha256 = "0pvmbi32lixcpk10prplmwrmi4wzp3bc1aiyhr552kx0wqdqmdk8";
};

nativeBuildInputs = [ libtool groff perl pkgconfig python2 ];