We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef9bda3 + d0845ec commit 2093f75Copy full SHA for 2093f75
pkgs/development/tools/misc/patchelf/unstable.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation {
4
pname = "patchelf";
5
- version = "0.18.0-unstable-2025-01-07";
+ version = "0.18.0-unstable-2025-02-15";
6
7
src = fetchFromGitHub {
8
owner = "NixOS";
9
repo = "patchelf";
10
- rev = "43b75fbc9ffbc1190fee7c8693ad74cb8286cfd4";
11
- sha256 = "sha256-rqFH9xUu36Hky763cQ9D1V7iuWteItAFDM2jIQGP5Us=";
+ rev = "523f401584d9584e76c9c77004e7abeb9e6c4551";
+ sha256 = "sha256-KYFHARMXv4cXJezf41enxmU8MX1RWP4L2E7Ueq6mtRM=";
12
};
13
14
# Drop test that fails on musl (?)
0 commit comments