Merge pull request #326801 from imincik/cloudcompare-fix-hash

cloudcompare: fix source hash
This commit is contained in:
Nikolay Korotkiy
2024-07-14 15:23:02 +04:00
committed by GitHub
@@ -31,7 +31,7 @@ mkDerivation rec {
owner = "CloudCompare";
repo = "CloudCompare";
rev = "v${version}";
hash = "sha256-KVbFGim2Nqhs5PAQiBNTmJStmnEINTeopiqqEBBniHc=";
hash = "sha256-a/0lf3Mt5ZpLFRM8jAoqZer8pY1ROgPRY4dPt34Bk3E=";
fetchSubmodules = true;
};