We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9cf35b + 11ac5a7 commit 2f93ab6Copy full SHA for 2f93ab6
1 file changed
pkgs/development/libraries/gnutls/default.nix
@@ -59,11 +59,11 @@ in
59
60
stdenv.mkDerivation rec {
61
pname = "gnutls";
62
- version = "3.8.11";
+ version = "3.8.12";
63
64
src = fetchurl {
65
url = "mirror://gnupg/gnutls/v${lib.versions.majorMinor version}/gnutls-${version}.tar.xz";
66
- hash = "sha256-kb0jxKhuvGFS6BMD0gz2zq65e8j4QmbQ+uxuKfF7qiA=";
+ hash = "sha256-p7NBQhv9RZrPejdMpK87ngZgjc1715Kyv0cL6gErjlE=";
67
};
68
69
outputs = [
0 commit comments