Merge pull request #335948 from r-ryantm/auto-update/uclibc

uclibc: 1.0.49 -> 1.0.50
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-22 02:39:40 +00:00 committed by GitHub
commit e4c71bf477
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,11 +59,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "uclibc-ng";
version = "1.0.49";
version = "1.0.50";
src = fetchurl {
url = "https://downloads.uclibc-ng.org/releases/${finalAttrs.version}/uClibc-ng-${finalAttrs.version}.tar.xz";
hash = "sha256-NA+dXdEVnGnDOAZU455WfLswSvzT+d+i6YM/D6E/W74=";
hash = "sha256-rthnJR9II6dOpeOjmT06fBIygKvhXjjcIGdww5aPIc8=";
};
# 'ftw' needed to build acl, a coreutils dependency