summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2023-03-31 20:24:13 +0400
committerNikolay Korotkiy <sikmir@disroot.org>2023-03-31 20:24:13 +0400
commitfa6f949e2ecc5733d90282044841fe15b596fe20 (patch)
tree40a094df40cb8e35f31fc08e3f92844f8bcfbee8
parentf17e8603153e86d731d4fef2695c10ab88ee0905 (diff)
downloadnixpkgs-fa6f949e2ecc5733d90282044841fe15b596fe20.tar
nixpkgs-fa6f949e2ecc5733d90282044841fe15b596fe20.tar.gz
nixpkgs-fa6f949e2ecc5733d90282044841fe15b596fe20.tar.bz2
nixpkgs-fa6f949e2ecc5733d90282044841fe15b596fe20.tar.lz
nixpkgs-fa6f949e2ecc5733d90282044841fe15b596fe20.tar.xz
nixpkgs-fa6f949e2ecc5733d90282044841fe15b596fe20.tar.zst
nixpkgs-fa6f949e2ecc5733d90282044841fe15b596fe20.zip
tilemaker: 2.3.0 → 2.4.0
-rw-r--r--pkgs/applications/misc/tilemaker/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/tilemaker/default.nix b/pkgs/applications/misc/tilemaker/default.nix
index de5a7490f5c..39700097e79 100644
--- a/pkgs/applications/misc/tilemaker/default.nix
+++ b/pkgs/applications/misc/tilemaker/default.nix
@@ -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 = ''