Merge pull request #224098 from sikmir/tilemaker

tilemaker: 2.3.0 → 2.4.0
This commit is contained in:
Mario Rodas
2023-04-01 19:12:51 -05:00
committed by GitHub
+2 -2
View File
@@ -3,13 +3,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tilemaker";
version = "2.3.0";
version = "2.4.0";
src = fetchFromGitHub {
owner = "systemed";
repo = "tilemaker";
rev = "v${finalAttrs.version}";
hash = "sha256-O1zoRYNUeReIH2ZpL05SiwCZrZrM2IAkwhsP30k/hHc=";
hash = "sha256-xpOF/0qFuvTUWQ1I8x/gy5qSLKzSgcQahS47PG+bTRA=";
};
postPatch = ''