about summary refs log tree commit diff
path: root/pkgs/tools/misc/dateutils
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-23 17:03:19 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-24 01:03:19 +0100
commit30e3fa03ebe3817ab276d587fd332a9e4c39f18e (patch)
tree04c61c6671cd55761a9c8780fcb44608fc142c72 /pkgs/tools/misc/dateutils
parenta335e17052fc1636cb1ae0ab1668ae606ca73ca0 (diff)
dateutils: 0.4.5 -> 0.4.6 (#58048)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dateutils/versions
Diffstat (limited to 'pkgs/tools/misc/dateutils')
-rw-r--r--pkgs/tools/misc/dateutils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/dateutils/default.nix b/pkgs/tools/misc/dateutils/default.nix
index e33376243bd69..05a312bb8bcaa 100644
--- a/pkgs/tools/misc/dateutils/default.nix
+++ b/pkgs/tools/misc/dateutils/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, autoreconfHook, tzdata }:
 
 stdenv.mkDerivation rec {
-  version = "0.4.5";
+  version = "0.4.6";
   name = "dateutils-${version}";
 
   src = fetchurl {
     url = "https://bitbucket.org/hroptatyr/dateutils/downloads/${name}.tar.xz";
-    sha256 = "1pnbc186mnvmyb5rndm0ym50sjihsy6m6crz62xxsjbxggza1mhn";
+    sha256 = "1kaphw474lz7336awr9rzsgcsr1p9njsjsryd8i0ywg5g8qp3816";
   };
 
   nativeBuildInputs = [ autoreconfHook ];