Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

cloudcompare: fix source hash

authored by Nikolay Korotkiy and committed by GitHub cd67b3c0 f7c3c3a5

+1 -1
+1 -1
pkgs/applications/graphics/cloudcompare/default.nix
··· 31 31 owner = "CloudCompare"; 32 32 repo = "CloudCompare"; 33 33 rev = "v${version}"; 34 - hash = "sha256-KVbFGim2Nqhs5PAQiBNTmJStmnEINTeopiqqEBBniHc="; 34 + hash = "sha256-a/0lf3Mt5ZpLFRM8jAoqZer8pY1ROgPRY4dPt34Bk3E="; 35 35 fetchSubmodules = true; 36 36 }; 37 37