CoinMP: 1.8.3 -> 1.8.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/coinmp/versions
This commit is contained in:
R. RyanTM 2019-03-01 16:18:50 -08:00 committed by Frederik Rietdijk
parent 663fde8c39
commit 61aaab7c62

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "CoinMP-${version}";
version = "1.8.3";
version = "1.8.4";
src = fetchurl {
url = "https://www.coin-or.org/download/source/CoinMP/${name}.tgz";
sha256 = "1xr2iwbbhm6l9hwiry5c10pz46xfih8bvzrzwp0nkzf76vdnb9m1";
sha256 = "13d3j1sdcjzpijp4qks3n0zibk649ac3hhv88hkk8ffxrc6gnn9l";
};
hardeningDisable = [ "format" ];