Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #65877 from r-ryantm/auto-update/armadillo

armadillo: 9.600.4 -> 9.600.5

authored by

Ryan Mulligan and committed by
GitHub
4ea4c00e 8143b7af

+2 -2
+2 -2
pkgs/development/libraries/armadillo/default.nix
··· 1 1 { stdenv, fetchurl, cmake, openblasCompat, superlu, hdf5 }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "9.600.4"; 4 + version = "9.600.5"; 5 5 name = "armadillo-${version}"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz"; 9 - sha256 = "1gph9acmk8wqs6n00csvbs94rh153y7ml0w2zlbk9ia8xbgbdbbx"; 9 + sha256 = "1gy2rb3klvzx833851qgsbh5k1ds5zffwk0rmy1k8b1g51jdd76x"; 10 10 }; 11 11 12 12 nativeBuildInputs = [ cmake ];