mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
* Fix the URL.
svn path=/nixpkgs/trunk/; revision=22083
This commit is contained in:
parent
8e0860b5ca
commit
a15da3571f
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
||||
name = "klibc-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/libs/klibc/Testing/klibc-${version}.tar.bz2";
|
||||
url = "mirror://kernel/linux/libs/klibc/klibc-${version}.tar.bz2";
|
||||
sha256 = "1x401wmjca6zkyikf9xz45b3wb1hnj0m2s9in1sg6xdhi3pk8lwb";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user