db60: 6.0.20 -> 6.0.30

This commit is contained in:
Simon Hollingshead 2024-01-20 04:00:04 +00:00
parent 28330aa204
commit b6933c94d8

View File

@ -1,8 +1,8 @@
{ lib, stdenv, fetchurl, autoreconfHook, ... } @ args:
import ./generic.nix (args // {
version = "6.0.20";
sha256 = "00r2aaglq625y8r9xd5vw2y070plp88f1mb2gbq3kqsl7128lsl0";
version = "6.0.30";
sha256 = "1lhglbvg65j5slrlv7qv4vi3cvd7kjywa07gq1abzschycf4p3k0";
license = lib.licenses.agpl3;
extraPatches = [
./clang-6.0.patch