mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
units: 2.14 -> 2.16
This commit is contained in:
parent
36d6df8d60
commit
bf9c40dc61
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "units-${version}";
|
||||
version = "2.14";
|
||||
version = "2.16";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/units/${name}.tar.gz";
|
||||
sha256 = "9d33893d82f3ddd831d5822992007c40bcd0826ae67d3cbc96539951fb0a82e8";
|
||||
sha256 = "11hnp3gcmcc5kci2caxw4hs6m08h2mhqs3xzqq7iafx1ha2ggwyw";
|
||||
};
|
||||
|
||||
buildInputs = [ readline ];
|
||||
|
Loading…
Reference in New Issue
Block a user