patchelfUnstable: unstable-2023-07-20 -> unstable-2023-09-19

This commit is contained in:
R. Ryantm 2023-09-20 12:50:50 +00:00
parent 737d7e6765
commit f85032a92b

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "patchelf"; pname = "patchelf";
version = "unstable-2023-07-20"; version = "unstable-2023-09-19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NixOS"; owner = "NixOS";
repo = "patchelf"; repo = "patchelf";
rev = "c40128936fc804b74abddaa0bc1d8ef6e5dba48e"; rev = "afd3cc94450dc6845e923f9221fa38818538219e";
sha256 = "sha256-qX0pGkHeX+KssiATwwohzUlGIZQqpIjKsLv32U2nyWA="; sha256 = "sha256-ZTy3Dw2HkKokBUXz3ftoGCYncVQ/K3lons9mIt+HVvQ=";
}; };
# Drop test that fails on musl (?) # Drop test that fails on musl (?)