1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-21 03:23:20 +00:00

patchelfUnstable: 2020-07-11 -> 2021-11-16

This commit is contained in:
Thomas Watson 2021-11-26 02:22:36 +00:00
parent c64e1f60ff
commit 449c0a1d22

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "patchelf-${version}";
version = "2020-07-11";
version = "2021-11-16";
src = fetchFromGitHub {
owner = "NixOS";
repo = "patchelf";
rev = "126372b636733b160e693c9913e871f6755c02e";
sha256 = "07cn40ypys5pyc3jfgxvqj7qk5v6m2rr5brnpmxdsl1557ryx226";
rev = "a174cf3006baf31e0e9eaa62bc9adead93af63f7";
sha256 = "sha256-cKZ4DE70R5XiIqfnIVAl2s7a1bJxaaPpuCmxs3pxFRU=";
};
# Drop test that fails on musl (?)