Merge pull request #226406 from r-ryantm/auto-update/brlcad

brlcad: 7.34.0 -> 7.34.2
This commit is contained in:
Nick Cao 2023-04-16 18:59:05 +08:00 committed by GitHub
commit 51bdf9b41a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [