1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

patchelfUnstable: bump

This commit is contained in:
Domen Kožar 2020-06-03 16:06:52 +02:00
parent 977c6ac9d2
commit e2b0fd0b1d
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -1,12 +1,14 @@
{ stdenv, fetchurl, autoreconfHook }:
{ stdenv, fetchurl, autoreconfHook, fetchFromGitHub }:
stdenv.mkDerivation rec {
name = "patchelf-${version}";
version = "0.10";
version = "2020-06-03";
src = fetchurl {
url = "https://nixos.org/releases/patchelf/${name}/${name}.tar.bz2";
sha256 = "1wzwvnlyf853hw9zgqq5522bvf8gqadk8icgqa41a5n7593csw7n";
src = fetchFromGitHub {
owner = "NixOS";
repo = "patchelf";
rev = "4aff679d9eaa1a3ec0228901a4e79b57361b4094";
sha256 = "1i47z2dl6pgv5krl58lwy3xs327jmhy9cni3b8yampab1kh9ad1l";
};
# Drop test that fails on musl (?)