mtools: 4.0.18 -> 4.0.19
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mtools/versions
This commit is contained in:
parent
4d1abc4419
commit
aee3689349
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mtools-4.0.18";
|
name = "mtools-4.0.19";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/mtools/${name}.tar.bz2";
|
url = "mirror://gnu/mtools/${name}.tar.bz2";
|
||||||
sha256 = "119gdfnsxc6hzicnsf718k0fxgy2q14pxn7557rc96aki20czsar";
|
sha256 = "1pqhv5l4fqj1d3698vajkccz65xqxs3991wpylbw7hm1kqcrgh8v";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Prevents errors such as "mainloop.c:89:15: error: expected ')'"
|
# Prevents errors such as "mainloop.c:89:15: error: expected ')'"
|
||||||
|
Loading…
Reference in New Issue
Block a user