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

Commits on Jul 19, 2017

  1. Copy the full SHA
    0e24b76 View commit details
  2. Merge pull request #27490 from lsix/update_libgcrypt

    libgcrypt: 1.7.8 -> 1.8.0
    fpletz authored Jul 19, 2017
    Copy the full SHA
    f68affe View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/libgcrypt/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libgcrypt/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@ assert enableCapabilities -> stdenv.isLinux;

stdenv.mkDerivation rec {
name = "libgcrypt-${version}";
version = "1.7.8";
version = "1.8.0";

src = fetchurl {
url = "mirror://gnupg/libgcrypt/${name}.tar.bz2";
sha256 = "16f1rsv4y4w2pk1il2jbcqggsb6mrlfva5vayd205fp68zm7d0ll";
sha256 = "06w97l88y2c29zf8p8cg0m4k2kiiyj6pqxdl0cxigi3wp2brdr13";
};

outputs = [ "out" "dev" "info" ];