shipwright: 9.1.1 -> 9.1.2

This commit is contained in:
qubitnano
2026-01-19 18:10:20 -05:00
parent 02ead7c37f
commit 910f83935c
+2 -2
View File
@@ -117,12 +117,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "shipwright";
version = "9.1.1";
version = "9.1.2";
src = fetchFromGitHub {
owner = "harbourmasters";
repo = "shipwright";
tag = finalAttrs.version;
hash = "sha256-TEP2YNKUuAnvLg+aDOkMmYfPQIjUXWYOhprfqsr8EgQ=";
hash = "sha256-kFi5yo+CGH67NU7haDAbzWCURzsUYMlRzx66XGvh0a0=";
fetchSubmodules = true;
fetchTags = true;
deepClone = true;