summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-10-09 13:43:53 +0200
committerGitHub <noreply@github.com>2019-10-09 13:43:53 +0200
commitd8aae818854fe9fb9a9179af22bf5a7d1269f497 (patch)
tree68b3065fc0c17108abf3c468e36e5aad8e9ba8a2 /pkgs/tools
parent8a7f358c746022893960928d48eaee9af64c0991 (diff)
parent13b895ba5a633784615989a6d8b1b29f191d2a5a (diff)
Merge pull request #70599 from r-ryantm/auto-update/hebcal
hebcal: 4.18 -> 4.19
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 39678abeba437..8b435fcef565b 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.18";
+  version = "4.19";
   pname = "hebcal";
 
   src = fetchFromGitHub {
     owner = "hebcal";
     repo = "hebcal";
     rev = "v${version}";
-    sha256 = "13b3gbfl043s6vycf5kdy2lkchy3kg690vy0dpmy3si6x05nl10w";
+    sha256 = "028y2bw0bs0bx58gnxzbrg2c14a2pgkni2carf5i7kb6dg4wnkaq";
   };
 
   nativeBuildInputs = [ autoreconfHook ];