Skip to content

Commit

Permalink
libtasn1: 4.8 -> 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jan 11, 2017
1 parent 0e963d2 commit 7165b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libtasn1/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, perl, texinfo }:

stdenv.mkDerivation rec {
name = "libtasn1-4.8";
name = "libtasn1-4.9";

src = fetchurl {
url = "mirror://gnu/libtasn1/${name}.tar.gz";
sha256 = "04y5m29pqmvkfdbppmsdifyx89v8xclxzklpfc7a1fkr9p4jz07s";
sha256 = "0869cp6jx7cajgv6cnddsh3vc7bimmdkdjn80y1jpb4iss7plvsg";
};

outputs = [ "out" "dev" "devdoc" ];
Expand Down

4 comments on commit 7165b38

@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 seem to build this on darwin 😕

@LnL7
Copy link
Member

@LnL7 LnL7 commented on 7165b38 Jan 11, 2017

Choose a reason for hiding this comment

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

Fixed in b8b1892.

@yurrriq
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for saving my day again, @LnL7!

@fpletz
Copy link
Member Author

@fpletz fpletz commented on 7165b38 Jan 11, 2017

Choose a reason for hiding this comment

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

Thanks @LnL7!

Please sign in to comment.