patchelfUnstable: unstable-2023-09-27 -> unstable-2024-01-15

This commit is contained in:
R. Ryantm 2024-01-18 20:38:58 +00:00
parent 3df632c2fb
commit a3f7053c0b

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "patchelf";
version = "unstable-2023-09-27";
version = "unstable-2024-01-15";
src = fetchFromGitHub {
owner = "NixOS";
repo = "patchelf";
rev = "917ea45b79de04f69059f42a8e2621f7caeae1c9";
sha256 = "sha256-pP/DBhsYFpYQ7RqB4+1Iy9B1jPlC1rNT3aZhhr1Z9EU=";
rev = "7c2f768bf9601268a4e71c2ebe91e2011918a70f";
sha256 = "sha256-PPXqKY2hJng4DBVE0I4xshv/vGLUskL7jl53roB8UdU=";
};
# Drop test that fails on musl (?)