merkaartor: fix hash

This commit is contained in:
Nikolay Korotkiy 2021-08-31 22:12:16 +03:00 committed by Kerstin
parent 93bce42722
commit 9af43148f9

View File

@ -23,7 +23,7 @@ mkDerivation rec {
owner = "openstreetmap";
repo = "merkaartor";
rev = version;
sha256 = "sha256-Gx+gnVbSY8JnG03kO5vVQNlSZRl/hrKTdDbh7lyIMbA=";
sha256 = "sha256-I3QNCXzwhEFa8aOdwl3UJV8MLZ9caN9wuaaVrGFRvbQ=";
};
nativeBuildInputs = [ qmake qttools ];