bzip2: 1.0.6.0.1 -> 1.0.6.0.2
This commit is contained in:
parent
ce5052e931
commit
7b63dbf9d3
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bzip2";
|
pname = "bzip2";
|
||||||
version = "1.0.6.0.1";
|
version = "1.0.6.0.2";
|
||||||
|
|
||||||
/* We use versions patched to use autotools style properly,
|
/* We use versions patched to use autotools style properly,
|
||||||
saving lots of trouble. */
|
saving lots of trouble. */
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
"ftp://ftp.mplayerhq.hu/pub/linux/suse"
|
"ftp://ftp.mplayerhq.hu/pub/linux/suse"
|
||||||
"http://ftp.suse.com/pub" # the original patched version but slow
|
"http://ftp.suse.com/pub" # the original patched version but slow
|
||||||
];
|
];
|
||||||
sha256 = "0b5b5p8c7bslc6fslcr1nj9136412v3qcvbg6yxi9argq9g72v8c";
|
sha256 = "sha256-FnhwNy4OHe8d5M6iYCClkxzcB/EHXg0veXwv43ZlxbA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user