forked from mirrors/nixpkgs
* I'm stupid.
svn path=/nixpkgs/trunk/; revision=23007
This commit is contained in:
parent
1ef7d51a32
commit
896d1f752d
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dosfstools-3.09";
|
||||
name = "dosfstools-3.0.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.daniel-baumann.ch/software/dosfstools/dosfstools-3.0.1.tar.bz2;
|
||||
sha256 = "7fab0de42391277028071d01ff4da83ff9a399408ccf29958cdee62ffe746d45";
|
||||
url = "http://www.daniel-baumann.ch/software/dosfstools/${name}.tar.bz2";
|
||||
sha256 = "13s5s0hvhmn7r4ppqmw8nqgdm5v5vc6r5j44kn87wl5cmrpnfqrz";
|
||||
};
|
||||
|
||||
makeFlags = "PREFIX=$(out)";
|
||||
|
@ -13,5 +13,6 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
description = "Utilities for creating and checking FAT and VFAT file systems";
|
||||
homepage = http://www.daniel-baumann.ch/software/dosfstools/;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue