shipwright: 9.1.2 -> 9.2.1

This commit is contained in:
qubitnano
2026-03-28 12:28:03 -04:00
parent e6b6f06b61
commit 80b01b125d
+2 -2
View File
@@ -117,12 +117,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "shipwright";
version = "9.1.2";
version = "9.2.1";
src = fetchFromGitHub {
owner = "harbourmasters";
repo = "shipwright";
tag = finalAttrs.version;
hash = "sha256-kFi5yo+CGH67NU7haDAbzWCURzsUYMlRzx66XGvh0a0=";
hash = "sha256-t3QwJqXMmeC2B26YW1kMnnmRVXOVZA+1SMmDPvTa0FQ=";
fetchSubmodules = true;
deepClone = true;
postFetch = ''