From 214ed6d17ee4aa4f4b8dd15680ecd3797133422d Mon Sep 17 00:00:00 2001 From: nuexq Date: Sun, 26 Apr 2026 21:56:27 +0100 Subject: [PATCH] shipwright: fix source hash mismatch --- pkgs/by-name/sh/shipwright/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/sh/shipwright/package.nix b/pkgs/by-name/sh/shipwright/package.nix index 354e05f6beae..6315867c2555 100644 --- a/pkgs/by-name/sh/shipwright/package.nix +++ b/pkgs/by-name/sh/shipwright/package.nix @@ -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 = ''