brlcad: 7.34.0 -> 7.34.2

This commit is contained in:
R. Ryantm 2023-04-16 06:27:42 +00:00
parent eafd00c16a
commit 4b0824ed01

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "brlcad";
version = "7.34.0";
version = "7.34.2";
src = fetchFromGitHub {
owner = "BRL-CAD";
repo = pname;
rev = "refs/tags/rel-${lib.replaceStrings [ "." ] [ "-" ] version}";
hash = "sha256-Re5gEXlqdPxniaEP13Q0v0O9rt40V5NrxoUpcNBwn7s=";
hash = "sha256-oafu255xElEIk8p4yvNyR2maykUfxQui/L5MkicA+JA=";
};
nativeBuildInputs = [