about summary refs log tree commit diff
path: root/pkgs/tools/misc/hebcal
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-07 02:27:06 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-10-07 02:27:06 -0700
commit13b895ba5a633784615989a6d8b1b29f191d2a5a (patch)
treee4c5549c2122435a0753e17b3595c8a3fe21e7b0 /pkgs/tools/misc/hebcal
parent3dc58eda52ef935313cd0418264abd1d30d6b4d3 (diff)
hebcal: 4.18 -> 4.19
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hebcal/versions
Diffstat (limited to 'pkgs/tools/misc/hebcal')
-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 ];