forked from mirrors/nixpkgs
Merge pull request #238692 from r-ryantm/auto-update/patchelfUnstable
patchelfUnstable: unstable-2023-04-25 -> unstable-2023-06-08
This commit is contained in:
commit
2cb68f4383
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "patchelf";
|
||||
version = "unstable-2023-04-25";
|
||||
version = "unstable-2023-06-08";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "patchelf";
|
||||
rev = "008a582741617e2d7d5aa4aab1e8ddfdec0067d9";
|
||||
sha256 = "sha256-SC9zZbHN1p5BD6YHr+/ZNelmmZDozEO/vDwuCdJJCcs=";
|
||||
rev = "519766900c63f3cf227c9a38fc7aa8a53fc4f90c";
|
||||
sha256 = "sha256-NiJr/7kzLN7gnhgbg/12s7E0qe0TJpncQ05zsDLhUFs=";
|
||||
};
|
||||
|
||||
# Drop test that fails on musl (?)
|
||||
|
|
Loading…
Reference in a new issue