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 c9d4c71 + a71dd72 commit 24e5713Copy full SHA for 24e5713
pkgs/development/tools/misc/patchelf/unstable.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation {
4
pname = "patchelf";
5
- version = "0.18.0-unstable-2024-06-15";
+ version = "0.18.0-unstable-2024-11-18";
6
7
src = fetchFromGitHub {
8
owner = "NixOS";
9
repo = "patchelf";
10
- rev = "a0f54334df36770b335c051e540ba40afcbf8378";
11
- sha256 = "sha256-FSoxTcRZMGHNJh8dNtKOkcUtjhmhU6yQXcZZfUPLhQM=";
+ rev = "769337c227799aa60911562b6940530f4a86eb3c";
+ sha256 = "sha256-eOHQ7pD8OfSLIIFfF6daCnntzHKqpraAGFfFqSlPtbY=";
12
};
13
14
# Drop test that fails on musl (?)
0 commit comments