Unverified Commit 51bdf9b4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

brlcad: 7.34.0 -> 7.34.2
parents cfa969ee 4b0824ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [