shipwright: 9.0.2 -> 9.0.5 (#427395)
This commit is contained in:
commit
c388369f5f
@ -111,13 +111,12 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "shipwright";
|
pname = "shipwright";
|
||||||
version = "9.0.2";
|
version = "9.0.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "harbourmasters";
|
owner = "harbourmasters";
|
||||||
repo = "shipwright";
|
repo = "shipwright";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-xmRUUMjQt3CFJ0GxlUsUqmp//XTRWik3jSD4auql7Nk=";
|
hash = "sha256-F5d4u3Nq/+yYiOgkH/bwWPhZDxgBpJ5ktee0Hc5UmEo=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
deepClone = true;
|
deepClone = true;
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user