Commit a7674cfa authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

armadillo: 11.4.0 -> 11.4.1

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

stdenv.mkDerivation rec {
  pname = "armadillo";
  version = "11.4.0";
  version = "11.4.1";

  src = fetchurl {
    url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
    sha256 = "sha256-AWUxFSwCcppgKqbxb0ujsEdXQNXBvSjTTt1yZPR2Rhw=";
    sha256 = "sha256-2ttf01vE3CUbNvXdgHKcPFiNZeLsvNTk41mtnLBFI/s=";
  };

  nativeBuildInputs = [ cmake ];