From 444dcf383b6136db1f44be520a3038001e0bc65a Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Sat, 13 Jul 2024 13:57:30 +0200 Subject: [PATCH] cloudcompare: fix source hash --- pkgs/applications/graphics/cloudcompare/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/cloudcompare/default.nix b/pkgs/applications/graphics/cloudcompare/default.nix index 0ef3444fe78a..74522f48630a 100644 --- a/pkgs/applications/graphics/cloudcompare/default.nix +++ b/pkgs/applications/graphics/cloudcompare/default.nix @@ -31,7 +31,7 @@ mkDerivation rec { owner = "CloudCompare"; repo = "CloudCompare"; rev = "v${version}"; - hash = "sha256-KVbFGim2Nqhs5PAQiBNTmJStmnEINTeopiqqEBBniHc="; + hash = "sha256-a/0lf3Mt5ZpLFRM8jAoqZer8pY1ROgPRY4dPt34Bk3E="; fetchSubmodules = true; };