Merge pull request #137317 from timor/unp-2.0-pre9
This commit is contained in:
commit
f49dfac362
1 changed files with 4 additions and 5 deletions
|
@ -9,15 +9,14 @@ let
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
pname = "unp";
|
pname = "unp";
|
||||||
version = "2.0-pre7";
|
version = "2.0-pre9";
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
buildInputs = [ perl ];
|
buildInputs = [ perl ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# url = "http://http.debian.net/debian/pool/main/u/unp/unp_2.0~pre7+nmu1.tar.bz2";
|
url = "mirror://debian/pool/main/u/unp/unp_2.0~pre9.tar.xz";
|
||||||
url = "mirror://debian/pool/main/u/unp/unp_2.0~pre7+nmu1.tar.bz2";
|
sha256 = "1lp5vi9x1qi3b21nzv0yqqacj6p74qkl5zryzwq30rjkyvahjya1";
|
||||||
sha256 = "09w2sy7ivmylxf8blf0ywxicvb4pbl0xhrlbb3i9x9d56ll6ybbw";
|
name = "unp_2.0_pre9.tar.xz";
|
||||||
name = "unp_2.0_pre7+nmu1.tar.bz2";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|
Loading…
Reference in a new issue