or-tools: 9.0 -> 9.1

This commit is contained in:
R. Ryantm 2021-11-03 18:34:19 +00:00
parent cbb7455d73
commit 5ba98dc97c

View file

@ -16,14 +16,14 @@
stdenv.mkDerivation rec {
pname = "or-tools";
version = "9.0";
version = "9.1";
disabled = python.pythonOlder "3.6"; # not supported upstream
src = fetchFromGitHub {
owner = "google";
repo = "or-tools";
rev = "v${version}";
sha256 = "0yihrsg8wj4b82xwg1hbn97my8zqd7xhw7dk7wm2axsyvqd6m3b3";
sha256 = "sha256-dEYMPWpa3J9EqtCq3kubdUYJivNRTOKUpNDx3UC1IcQ=";
};
# The original build system uses cmake which does things like pull