Merge pull request #281395 from r-ryantm/auto-update/tilemaker

tilemaker: 2.4.0 -> 3.0.0
This commit is contained in:
Nikolay Korotkiy
2024-01-17 11:09:52 +04:00
committed by GitHub
+2 -2
View File
@@ -3,13 +3,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tilemaker";
version = "2.4.0";
version = "3.0.0";
src = fetchFromGitHub {
owner = "systemed";
repo = "tilemaker";
rev = "v${finalAttrs.version}";
hash = "sha256-xpOF/0qFuvTUWQ1I8x/gy5qSLKzSgcQahS47PG+bTRA=";
hash = "sha256-rB5oP03yaIzklwkGsIeS9ELbHOY9AObwjRrK9HBQFI4=";
};
postPatch = ''