mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
* Doh, wrong hash.
svn path=/nixpkgs/trunk/; revision=11779
This commit is contained in:
parent
c30b6e0476
commit
e6028ae5f4
@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "e2fsprogs-1.40.8";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/e2fsprogs/e2fsprogs-1.40.8.tar.gz;
|
||||
sha256 = "018czxrdz7f2nlcx4n9rb4cmjia7n038lhgnpamqdclxf0imfxjr";
|
||||
sha256 = "1bgfi1b7zl60lbc8b0bcqv9rk886jcwwq091n08in4msnpw71prq";
|
||||
};
|
||||
configureFlags =
|
||||
if stdenv ? isDietLibC
|
||||
|
Loading…
Reference in New Issue
Block a user