polymake: 4.10 -> 4.11

+2 -2
+2 -2
pkgs/applications/science/math/polymake/default.nix
··· 28 29 stdenv.mkDerivation rec { 30 pname = "polymake"; 31 - version = "4.10"; 32 33 src = fetchurl { 34 # "The minimal version is a packager friendly version which omits 35 # the bundled sources of cdd, lrs, libnormaliz, nauty and jReality." 36 url = "https://polymake.org/lib/exe/fetch.php/download/polymake-${version}-minimal.tar.bz2"; 37 - sha256 = "sha256-YDiyZtbUC76ZVe3oRtzPRBfkEU+qh+d1ZWFhzUyi+Pg="; 38 }; 39 40 nativeBuildInputs = [
··· 28 29 stdenv.mkDerivation rec { 30 pname = "polymake"; 31 + version = "4.11"; 32 33 src = fetchurl { 34 # "The minimal version is a packager friendly version which omits 35 # the bundled sources of cdd, lrs, libnormaliz, nauty and jReality." 36 url = "https://polymake.org/lib/exe/fetch.php/download/polymake-${version}-minimal.tar.bz2"; 37 + sha256 = "sha256-XfbwrNcAEZvQxLV2Z2KFL/vYV3ZbXcyIgC/10hCK3SM="; 38 }; 39 40 nativeBuildInputs = [