Skip to content

Commit

Permalink
gnutls: 3.6.1 -> 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Feb 22, 2018
1 parent 102ed10 commit 54ac74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gnutls/3.6.nix
@@ -1,11 +1,11 @@
{ callPackage, fetchurl, ... } @ args:

callPackage ./generic.nix (args // rec {
version = "3.6.1";
version = "3.6.2";

src = fetchurl {
url = "mirror://gnupg/gnutls/v3.6/gnutls-${version}.tar.xz";
sha256 = "1vdsir53ddxyapnxh5fpnfyij3scx3818iri4hl07g4lk4n0vc90";
sha256 = "07wdffklwmxpa9i50sh5nwrc5ajb47skrldm6rzjc0jf4dxxpmdw";
};

# Skip two tests introduced in 3.5.11. Probable reasons of failure:
Expand Down

0 comments on commit 54ac74c

Please sign in to comment.