mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
shipwright: fix source hash mismatch
This commit is contained in:
parent
96a2c10606
commit
214ed6d17e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue