Commit 149b5de5 authored by R. RyanTM's avatar R. RyanTM
Browse files

armadillo: 14.6.2 -> 14.6.3

parent a05a770b
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 ];