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

armadillo: 9.880.1 -> 9.900.1

Changed files
+2 -2
pkgs
development
libraries
armadillo
+2 -2
pkgs/development/libraries/armadillo/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "armadillo"; 5 - version = "9.880.1"; 5 + version = "9.900.1"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz"; 9 - sha256 = "17sb9hylrr7wl63whr39ypjg7xps32k9z5zdgchj5dyq6n6kw3wh"; 9 + sha256 = "0dfn6wbr7mrh1nzg2rj642p4sycwchf0k743ipgdwvyh4ihsvmsk"; 10 10 }; 11 11 12 12 nativeBuildInputs = [ cmake ];