Skip to content

Commit

Permalink
gnutls: 3.4.16 -> 3.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jan 11, 2017
1 parent db90ac6 commit cc40fad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/gnutls/3.4.nix
@@ -1,10 +1,10 @@
{ callPackage, fetchurl, autoreconfHook, ... } @ args:
{ callPackage, fetchurl, ... } @ args:

callPackage ./generic.nix (args // rec {
version = "3.4.16";
version = "3.4.17";

src = fetchurl {
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-${version}.tar.xz";
sha256 = "09rrjaflgp5p0hi5gqljklz1xpalnvj8bawvjj6baw8768dvp6nr";
sha256 = "0bhp8cqrmw15yins65cn0zwbcpj1vmymr4wnbm151sfmf2kfhl4v";
};
})

6 comments on commit cc40fad

@yurrriq
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't build this on darwin either..

@yurrriq
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/cc @LnL7

@LnL7
Copy link
Member

@LnL7 LnL7 commented on cc40fad Jan 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at the hydra log indicates this was caused by libtasn1, is this still a problem?

@yurrriq
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool. I'll check. Confirming your libtasn1 fix now.

@yurrriq
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've confirmed locally that b8b1892 fixes my issues with gnutls-3.4.17 too. Thanks again, @LnL7!

@LnL7
Copy link
Member

@LnL7 LnL7 commented on cc40fad Jan 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

Please sign in to comment.