about summary refs log tree commit diff
path: root/pkgs/development/libraries/timezonemap
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-10-28 13:06:35 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-10-28 13:06:35 +0000
commite016ac393c2159b85043fc11dbda84760fc0a630 (patch)
tree025d6d714e95edae2874349f5d82bdf7da4db258 /pkgs/development/libraries/timezonemap
parent22a500a3f87bbce73bd8d777ef920b43a636f018 (diff)
timezonemap: 0.4.5 -> 0.4.5.1
Diffstat (limited to 'pkgs/development/libraries/timezonemap')
-rw-r--r--pkgs/development/libraries/timezonemap/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/timezonemap/default.nix b/pkgs/development/libraries/timezonemap/default.nix
index 372b0e74b06f3..ae8c956d88cde 100644
--- a/pkgs/development/libraries/timezonemap/default.nix
+++ b/pkgs/development/libraries/timezonemap/default.nix
@@ -12,12 +12,12 @@
 
 stdenv.mkDerivation rec {
   pname = "timezonemap";
-  version = "0.4.5";
+  version = "0.4.5.1";
 
   src = fetchbzr {
     url = "lp:timezonemap";
     rev = "58";
-    sha256 = "1qdp5f9zd8c02bf0mq4w15rlhz2g51phml5qg9asdyfd1715f8n0";
+    sha256 = "sha256-wCJXwgnN+aZVerjQCm8oT3xIcwmc4ArcEoCh9pMrt+E=";
   };
 
   nativeBuildInputs = [