Skip to content

Commit

Permalink
Merge #232531: curl: 8.0.1 -> 8.1.1
Browse files Browse the repository at this point in the history
...into staging
  • Loading branch information
vcunat committed May 25, 2023
2 parents 0b9f14a + f6d2c6a commit 5d8c27d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/curl/default.nix
Expand Up @@ -47,14 +47,14 @@ assert !((lib.count (x: x) [ gnutlsSupport opensslSupport wolfsslSupport rustlsS

stdenv.mkDerivation (finalAttrs: {
pname = "curl";
version = "8.0.1";
version = "8.1.1";

src = fetchurl {
urls = [
"https://curl.haxx.se/download/curl-${finalAttrs.version}.tar.bz2"
"https://github.com/curl/curl/releases/download/curl-${finalAttrs.version}/curl-${finalAttrs.version}.tar.bz2"
];
hash = "sha256-m2selrdI0EuWh4a2vfQHqlx1q1Oj03wcjIHNtzZVXM8=";
hash = "sha256-UdKvcieZE7XUyrH+Hzi5RM9wkEyIvuJGtb1XWETnA1o=";
};

patches = [
Expand Down

0 comments on commit 5d8c27d

Please sign in to comment.