Merge pull request #283323 from trofi/ccemux-fix-hash
ccemux: update hash for a `.jar` upstream file
This commit is contained in:
commit
463de728cb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let
|
||||||
if useCCTweaked
|
if useCCTweaked
|
||||||
then fetchurl {
|
then fetchurl {
|
||||||
url = "${baseUrl}-cct.jar";
|
url = "${baseUrl}-cct.jar";
|
||||||
hash = "sha256-B9Zan6wpYnUtaNbUIrXvkchPiEquMs9R2Kiqg85/VdY=";
|
hash = "sha256-nna5KRp6jVLkbWKOHGtQqaPr3Zl05mVkCf/8X9C5lRY=";
|
||||||
}
|
}
|
||||||
else fetchurl {
|
else fetchurl {
|
||||||
url = "${baseUrl}-cc.jar";
|
url = "${baseUrl}-cc.jar";
|
||||||
|
|
Loading…
Reference in a new issue