_2ship2harkinian: 3.0.2 -> 4.0.0

This commit is contained in:
qubitnano
2026-01-31 10:09:33 -05:00
parent 495a7c5294
commit 6ca6a4210f
+4 -2
View File
@@ -106,13 +106,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "2ship2harkinian";
version = "3.0.2";
version = "4.0.0";
src = fetchFromGitHub {
owner = "HarbourMasters";
repo = "2ship2harkinian";
tag = finalAttrs.version;
hash = "sha256-3TmgOhlcYpu5FYvn9xblmNxwYUVSLjyE4VKbddR6D9s=";
hash = "sha256-fG9HIJChPGngb8vouLsQTo9xQXBq6qIZn7oyYssvNhI=";
fetchSubmodules = true;
deepClone = true;
postFetch = ''
@@ -172,6 +172,8 @@ stdenv.mkDerivation (finalAttrs: {
];
strictDeps = true;
__structuredAttrs = true;
enableParallelBuilding = true;
dontAddPrefix = true;