mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
Merge pull request #257971 from K900/patchelf-unstable-2023-09-27
patchelfUnstable: unstable-2023-09-19 -> unstable-2023-09-27
This commit is contained in:
commit
ee0fb2bfa6
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "patchelf";
|
||||
version = "unstable-2023-09-19";
|
||||
version = "unstable-2023-09-27";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "patchelf";
|
||||
rev = "afd3cc94450dc6845e923f9221fa38818538219e";
|
||||
sha256 = "sha256-ZTy3Dw2HkKokBUXz3ftoGCYncVQ/K3lons9mIt+HVvQ=";
|
||||
rev = "917ea45b79de04f69059f42a8e2621f7caeae1c9";
|
||||
sha256 = "sha256-pP/DBhsYFpYQ7RqB4+1Iy9B1jPlC1rNT3aZhhr1Z9EU=";
|
||||
};
|
||||
|
||||
# Drop test that fails on musl (?)
|
||||
|
Loading…
Reference in New Issue
Block a user