mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
patchelfUnstable: unstable-2022-07-16 -> unstable-2022-10-26
This commit is contained in:
parent
58ad22ff2d
commit
0f3a2aa329
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "patchelf";
|
||||
version = "unstable-2022-07-16";
|
||||
version = "unstable-2022-10-26";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "patchelf";
|
||||
rev = "c2b419dc2a0d6095eaa69b65ad5854ce847bdd01";
|
||||
sha256 = "sha256-8U3EFO6nKTpPurrmdT3SjwiuU07Aztrp71Oe3CLQvcw=";
|
||||
rev = "af77f12554be9cc4b9e8b639df26f2659dd30500";
|
||||
sha256 = "sha256-ajMOC1wyTVUOvP0rOt/uO6+1+S4bIAc1jWQ8Uwbzrn8=";
|
||||
};
|
||||
|
||||
# Drop test that fails on musl (?)
|
||||
|
Loading…
Reference in New Issue
Block a user