Unverified Commit 92079fba authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

armadillo: 14.6.2 -> 14.6.3 (#434371)

parents a81d5042 149b5de5
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.2";
  version = "14.6.3";

  src = fetchurl {
    url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
    hash = "sha256-Sd23ZnCx0aFC92BjfmU+xbILpzDnYwovPCsT0yTDfgg=";
    hash = "sha256-rR4qpbkKOJq3FOLQCXLOZNpCWCsX3YnBiTU1hVHm4gU=";
  };

  nativeBuildInputs = [ cmake ];