3
0
Fork 0
forked from mirrors/nixpkgs

tilemaker: 2.3.0 → 2.4.0

This commit is contained in:
Nikolay Korotkiy 2023-03-31 20:24:13 +04:00
parent f17e860315
commit fa6f949e2e
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

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 = ''