Merge pull request #283323 from trofi/ccemux-fix-hash

ccemux: update hash for a `.jar` upstream file
This commit is contained in:
Mario Rodas 2024-01-23 20:01:27 -05:00 committed by GitHub
commit 463de728cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";