shipwright: 9.0.2 -> 9.0.5

This commit is contained in:
Matteo Pacini
2025-08-13 17:38:27 +01:00
parent 22cad72fc0
commit 6ab6e596a8
+2 -3
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 = ''