merkaartor: fix hash
This commit is contained in:
parent
93bce42722
commit
9af43148f9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ mkDerivation rec {
|
|||
owner = "openstreetmap";
|
||||
repo = "merkaartor";
|
||||
rev = version;
|
||||
sha256 = "sha256-Gx+gnVbSY8JnG03kO5vVQNlSZRl/hrKTdDbh7lyIMbA=";
|
||||
sha256 = "sha256-I3QNCXzwhEFa8aOdwl3UJV8MLZ9caN9wuaaVrGFRvbQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ qmake qttools ];
|
||||
|
|
Loading…
Reference in a new issue