Skip to content

Commit 280f144

Browse files

File tree

pkgs/tools/networking/curl/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ assert !(opensslSupport && wolfsslSupport);
4848

4949
stdenv.mkDerivation (finalAttrs: {
5050
pname = "curl";
51-
version = "7.88.1";
51+
version = "8.0.1";
5252

5353
src = fetchurl {
5454
urls = [
5555
"https://curl.haxx.se/download/curl-${finalAttrs.version}.tar.bz2"
5656
"https://github.com/curl/curl/releases/download/curl-${finalAttrs.version}/curl-${finalAttrs.version}.tar.bz2"
5757
];
58-
hash = "sha256-giS0XM4Sq94DnBLcBxG36oWxBLmtU01uTFtOGIphyQc=";
58+
hash = "sha256-m2selrdI0EuWh4a2vfQHqlx1q1Oj03wcjIHNtzZVXM8=";
5959
};
6060

6161
patches = [

0 commit comments

Comments
 (0)