Unverified Commit 07f26e81 authored by Ryan Mulligan's avatar Ryan Mulligan Committed by GitHub
Browse files

Merge pull request #264117 from r-ryantm/auto-update/armadillo

armadillo: 12.6.4 -> 12.6.5
parents 8d08d4b1 ed8dfa9a
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.4";
  version = "12.6.5";

  src = fetchurl {
    url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
    hash = "sha256-638kP/wy8YMkvH+peNA1hjfnNXyng2vsVbTrVul0k4A=";
    hash = "sha256-9vHJh/m8K1LpcYg1zEFqUlz1im1XWoUdIZwMarW4xWM=";
  };

  nativeBuildInputs = [ cmake ];