mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #223735 from r-ryantm/auto-update/patchelfUnstable
patchelfUnstable: unstable-2023-03-18 -> unstable-2023-03-27
This commit is contained in:
commit
52a158c0a5
@ -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 (?)
|
||||
|
Loading…
Reference in New Issue
Block a user