Merge pull request #221960 from trofi/patchelfUnstable-update

patchelfUnstable: unstable-2023-03-07 -> unstable-2023-03-18
This commit is contained in:
Sergei Trofimovich 2023-03-19 18:44:07 +00:00 committed by GitHub
commit 873ec5d6c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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