about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-01-21 12:09:59 -0800
committerGitHub <noreply@github.com>2019-01-21 12:09:59 -0800
commitcc813140c4eb71d71e83b4e0ca323007634286e7 (patch)
tree8b0bc750fcbdf1cbb2389a094b3b9592ea22dbac /pkgs/tools
parent09ce2fd0c8e9f982e8e6f3f724daaacba19ada75 (diff)
parent9f1d525cb56e2a27fb2c85aeacbb39a9fd3df243 (diff)
Merge pull request #54185 from r-ryantm/auto-update/hebcal
hebcal: 4.15 -> 4.16
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/hebcal/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/hebcal/default.nix b/pkgs/tools/misc/hebcal/default.nix
index edb5973fbb709..2c19facd1d36f 100644
--- a/pkgs/tools/misc/hebcal/default.nix
+++ b/pkgs/tools/misc/hebcal/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchFromGitHub, autoreconfHook }:
 
 stdenv.mkDerivation rec {
-  version = "4.15";
+  version = "4.16";
   name = "hebcal-${version}";
 
   src = fetchFromGitHub {
     owner = "hebcal";
     repo = "hebcal";
     rev = "v${version}";
-    sha256 = "1s9iardqyzn42hs0x9p4rig2m87v87jvzcrbb9arcci7nds66y3i";
+    sha256 = "081h3dan0v14camv6j3swl9y31yzfwjfkp2h8xz5qmrh0scv8azr";
   };
 
   nativeBuildInputs = [ autoreconfHook ];