Skip to content

Commit

Permalink
armadillo: 14.2.1 -> 14.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 2, 2025
1 parent 5503736 commit 9cf8142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ar/armadillo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

stdenv.mkDerivation rec {
pname = "armadillo";
version = "14.2.1";
version = "14.2.2";

src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
hash = "sha256-JJWBXPnRMPcP/7ahJzPQ3K+Gy6rFHotLgq0lGD7aHdU=";
hash = "sha256-MFTI5j2zq98aXI+f235rStgz+bz7WDJMD/ht4HhMcOA=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 9cf8142

Please sign in to comment.