Bump patchelfUnstable to 0.10

This is to reflect the bump for regular version. We are leaving
patchelfUnstable b/c in the future we may need it to get the very latest
patches to patchelf again.
This commit is contained in:
Ihar Hrachyshka 2019-04-01 07:26:03 -07:00 committed by Ihar Hrachyshka
parent d7fb15024f
commit f345dc1dad

View File

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