Unverified Commit d491cf13 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

armadillo: 12.8.0 -> 12.8.1
parents fa996c65 e86c4f4f
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.8.0";
  version = "12.8.1";

  src = fetchurl {
    url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
    hash = "sha256-qJu2/s5c6f3R0BpLwUXPfMC5OcV3fMpG3mnC9eNBLPA=";
    hash = "sha256-J4HdOmzF+aSckaRRnd4rHCQzWlv+DMHJiBtjYxQkUrQ=";
  };

  nativeBuildInputs = [ cmake ];