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

This commit is contained in:
R. Ryantm 2023-03-29 11:08:53 +00:00
parent 2d1d6c3f40
commit 675111e5ac

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "patchelf";
version = "unstable-2023-03-18";
version = "unstable-2023-03-27";
src = fetchFromGitHub {
owner = "NixOS";
repo = "patchelf";
rev = "265b31ae22c6e1d20b01295aaa7bcf28fd31a5cf";
sha256 = "sha256-+iGvdjXvhk5mN8jp3u+M9fICKFqbtyZCx+WjQszaB1o=";
rev = "99db062953e88c26e1b1ae5120b8f8bd9f8d9b90";
sha256 = "sha256-6UQR7pmaeIv4G/eymgrFXXfrh3ODfsqIIAu0A44N/6g=";
};
# Drop test that fails on musl (?)