Commit ce07de72 authored by R. RyanTM's avatar R. RyanTM
Browse files

armadillo: 15.2.2 -> 15.2.3

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

stdenv.mkDerivation rec {
  pname = "armadillo";
  version = "15.2.2";
  version = "15.2.3";

  src = fetchurl {
    url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
    hash = "sha256-juAc1NpVvAe3vH08unAqxugTfThNfnGF8/SuHwx5cE8=";
    hash = "sha256-AYLWfWlJ5DR6C8YvyMJ5O+frIDxx8Z7f+T+MRf1KgZA=";
  };

  nativeBuildInputs = [ cmake ];