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 { stdenv.mkDerivation rec {
name = "patchelf-${version}"; name = "patchelf-${version}";
version = "0.10"; version = "2020-06-03";
src = fetchurl { src = fetchFromGitHub {
url = "https://nixos.org/releases/patchelf/${name}/${name}.tar.bz2"; owner = "NixOS";
sha256 = "1wzwvnlyf853hw9zgqq5522bvf8gqadk8icgqa41a5n7593csw7n"; repo = "patchelf";
rev = "4aff679d9eaa1a3ec0228901a4e79b57361b4094";
sha256 = "1i47z2dl6pgv5krl58lwy3xs327jmhy9cni3b8yampab1kh9ad1l";
}; };
# Drop test that fails on musl (?) # Drop test that fails on musl (?)