Merge pull request #92349 from r-ryantm/auto-update/mapmap

mapmap: 0.6.1 -> 0.6.2
This commit is contained in:
Justin Humm 2020-07-07 12:53:46 +02:00 committed by GitHub
commit 8f07566b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,14 +12,14 @@ with stdenv;
mkDerivation rec {
version = "0.6.1";
version = "0.6.2";
pname = "mapmap";
src = fetchFromGitHub {
owner = "mapmapteam";
repo = "mapmap";
rev = version;
sha256 = "15km6xmfkxhrflq4sl9m9r85zi4shrr4k5h15x17v7x0qkc3xgsh";
sha256 = "1pyb3vz19lbfz2hrfqm9a29vnajw1bigdrblbmcy32imkf4isfvm";
};
nativeBuildInputs = [