Unverified Commit 8788bf7f authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

shipwright: fix source hash mismatch (#513791)

parents 30fdbc1e 214ed6d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ''