patchelfUnstable: 2020-06-03 -> 2020-07-11
This commit is contained in:
parent
08639bcd13
commit
552c4d84ca
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "patchelf-${version}";
|
name = "patchelf-${version}";
|
||||||
version = "2020-06-03";
|
version = "2020-07-11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "patchelf";
|
repo = "patchelf";
|
||||||
rev = "4aff679d9eaa1a3ec0228901a4e79b57361b4094";
|
rev = "126372b636733b160e693c9913e871f6755c02e";
|
||||||
sha256 = "1i47z2dl6pgv5krl58lwy3xs327jmhy9cni3b8yampab1kh9ad1l";
|
sha256 = "07cn40ypys5pyc3jfgxvqj7qk5v6m2rr5brnpmxdsl1557ryx226";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Drop test that fails on musl (?)
|
# Drop test that fails on musl (?)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user