units: 2.12 -> 2.13
This commit is contained in:
parent
21f9180d49
commit
0dbbe57de3
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "units-${version}";
|
name = "units-${version}";
|
||||||
version = "2.12";
|
version = "2.13";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/units/${name}.tar.gz";
|
url = "mirror://gnu/units/${name}.tar.gz";
|
||||||
sha256 = "1jxvjknz2jhq773jrwx9gc1df3gfy73yqmkjkygqxzpi318yls3q";
|
sha256 = "1awhjw9zjlfb8s5g3yyx63f7ddfcr1sanlbxpqifmrgq24ql198b";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ readline ];
|
buildInputs = [ readline ];
|
||||||
|
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Unit conversion tool";
|
description = "Unit conversion tool";
|
||||||
homepage = https://www.gnu.org/software/units/;
|
homepage = https://www.gnu.org/software/units/;
|
||||||
license = [ licenses.gpl3Plus ];
|
license = [ licenses.gpl3Plus ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
|
maintainers = [ maintainers.vrthra ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue