mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
wcc: fix source hash
This commit is contained in:
parent
6dd7fe686b
commit
a6bc3c12bc
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||||
owner = "endrazine";
|
owner = "endrazine";
|
||||||
repo = "wcc";
|
repo = "wcc";
|
||||||
rev = "8cbb49345d9596dfd37bd1b681753aacaab96475";
|
rev = "8cbb49345d9596dfd37bd1b681753aacaab96475";
|
||||||
hash = "sha256-f19EqkXJ97k0gjVBEBLzfNqYZ/J7sCCGBEeFsSax3uU=";
|
hash = "sha256-TYYtnMlrp/wbrTmwd3n90Uni7WE54gK6zKSBg4X9ZfA=";
|
||||||
deepClone = true;
|
deepClone = true;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue