Unverified Commit 63e4bb67 authored by dish's avatar dish Committed by GitHub
Browse files

armadillo: 14.6.3 -> 15.0.1 (#436828)

parents ce9ca9fe 3e4197f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

stdenv.mkDerivation rec {
  pname = "armadillo";
  version = "14.6.3";
  version = "15.0.1";

  src = fetchurl {
    url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
    hash = "sha256-rR4qpbkKOJq3FOLQCXLOZNpCWCsX3YnBiTU1hVHm4gU=";
    hash = "sha256-9SCg1Qu6/M17nnkzIc1//tN0aVwuOLvf1CiEF0XgTDc=";
  };

  nativeBuildInputs = [ cmake ];