shipwright: 9.0.2 -> 9.0.5 (#427395)

This commit is contained in:
Matteo Pacini 2025-08-14 10:52:40 +01:00 committed by GitHub
commit c388369f5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,13 +111,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "shipwright";
version = "9.0.2";
version = "9.0.5";
src = fetchFromGitHub {
owner = "harbourmasters";
repo = "shipwright";
tag = finalAttrs.version;
hash = "sha256-xmRUUMjQt3CFJ0GxlUsUqmp//XTRWik3jSD4auql7Nk=";
hash = "sha256-F5d4u3Nq/+yYiOgkH/bwWPhZDxgBpJ5ktee0Hc5UmEo=";
fetchSubmodules = true;
deepClone = true;
postFetch = ''