mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
dosfstools: update from 3.0.21 to 3.0.24
This commit is contained in:
parent
a08f5c4314
commit
8f4b7e2133
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dosfstools-3.0.21";
|
||||
name = "dosfstools-3.0.24";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://daniel-baumann.ch/files/software/dosfstools/${name}.tar.xz";
|
||||
sha256 = "12c9ilcpknm7hg3czkc50azndd0yjdj4jjnvizhwqxy3g0gm2960";
|
||||
sha256 = "1hblhb98wm9gm60y32psdqm5jprs4a6dqzrapzgb6bw7r3kvf88y";
|
||||
};
|
||||
|
||||
makeFlags = "PREFIX=$(out)";
|
||||
|
Loading…
Reference in New Issue
Block a user