patchelfUnstable: unstable-2023-03-07 -> unstable-2023-03-18

This commit is contained in:
Sergei Trofimovich 2023-03-19 05:09:26 +00:00
parent d384095645
commit c2afc92cc2

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "patchelf"; pname = "patchelf";
version = "unstable-2023-03-07"; version = "unstable-2023-03-18";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NixOS"; owner = "NixOS";
repo = "patchelf"; repo = "patchelf";
rev = "ea2fca765c440fff1ff74e1463444dea7b819db2"; rev = "265b31ae22c6e1d20b01295aaa7bcf28fd31a5cf";
sha256 = "sha256-IH80NcLhwjGpIXEjHuV+NgaSC+Y/PXquxZ/C8Bl+CLk="; sha256 = "sha256-+iGvdjXvhk5mN8jp3u+M9fICKFqbtyZCx+WjQszaB1o=";
}; };
# Drop test that fails on musl (?) # Drop test that fails on musl (?)