shipwright: fix source hash mismatch

This commit is contained in:
nuexq 2026-04-26 21:56:27 +01:00
commit 214ed6d17e

View file

@ -122,7 +122,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "harbourmasters";
repo = "shipwright";
tag = finalAttrs.version;
hash = "sha256-hQxYKZi6YJPittwes3sUZySChPBdGTz0GADbqgfjP5M=";
hash = "sha256-jTKhvyFaP59+T85CI7IteMABggOt6WVvQJ1vbSz1ops=";
fetchSubmodules = true;
deepClone = true;
postFetch = ''