Unverified Commit fe813755 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

armadillo: 15.2.1 -> 15.2.2 (#463365)

parents 32e9c4ff b16ee304
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.1";
  version = "15.2.2";

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

  nativeBuildInputs = [ cmake ];