Commit 728d6d91 authored by R. RyanTM's avatar R. RyanTM
Browse files

armadillo: 12.6.5 -> 12.6.6

parent f4f8e7c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "armadillo";
  version = "12.6.5";
  version = "12.6.6";

  src = fetchurl {
    url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
    hash = "sha256-9vHJh/m8K1LpcYg1zEFqUlz1im1XWoUdIZwMarW4xWM=";
    hash = "sha256-OFiw/UMXcq8DKtPzXCrrVOjavqWRaefR6fzNeLyCrTU=";
  };

  nativeBuildInputs = [ cmake ];