mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Updating xz to a stable version. Not beta anymore. (more stdenv rebuild)
svn path=/nixpkgs/branches/stdenv-updates/; revision=24483
This commit is contained in:
parent
a95eb06e26
commit
a38202bc8b
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, lib}:
|
||||
|
||||
stdenv.mkDerivation ({
|
||||
name = "xz-4.999.9beta";
|
||||
name = "xz-5.0.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://tukaani.org/xz/xz-4.999.9beta.tar.bz2;
|
||||
sha256 = "0p51d9jng9vfh56idhjbc40n3ypapznwfb1npsvxh23n772140rk";
|
||||
url = http://tukaani.org/xz/xz-5.0.0.tar.bz2;
|
||||
sha256 = "1n2nc00d83di0jl5d9qwpngkmlk3wqhs4w9q2ah680v9qijrxa27";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue