Skip to content

Commit 2355167

Browse files
committed
1 parent 439d34f commit 2355167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/wc/wcurl/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
stdenvNoCC.mkDerivation (finalAttrs: {
1515
pname = "wcurl";
16-
version = "2024.12.08";
16+
version = "2025.02.24";
1717

1818
src = fetchFromGitHub {
1919
owner = "curl";
2020
repo = "wcurl";
2121
tag = "v${finalAttrs.version}";
22-
hash = "sha256-X6v03oYb/n9ALJXpx5HQojths7tv1rEftGUiQElv7aY=";
22+
hash = "sha256-BP69x5ck2Fd8xLijb9G4ccvYfh1S7luMwmYhc40W9ak=";
2323
};
2424

2525
strictDeps = true;

0 commit comments

Comments
 (0)