about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-12 14:06:42 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-12 23:06:42 +0200
commit656330577a3b49bdf9f812a88f2fe3ecfabf38db (patch)
tree6506e18b3d75b5089fe540e11fefd376c10bf54b
parente077fc1965a7fdfd179bc25d673e7d385e93ee83 (diff)
downloadnixlib-656330577a3b49bdf9f812a88f2fe3ecfabf38db.tar
nixlib-656330577a3b49bdf9f812a88f2fe3ecfabf38db.tar.gz
nixlib-656330577a3b49bdf9f812a88f2fe3ecfabf38db.tar.bz2
nixlib-656330577a3b49bdf9f812a88f2fe3ecfabf38db.tar.lz
nixlib-656330577a3b49bdf9f812a88f2fe3ecfabf38db.tar.xz
nixlib-656330577a3b49bdf9f812a88f2fe3ecfabf38db.tar.zst
nixlib-656330577a3b49bdf9f812a88f2fe3ecfabf38db.zip
hebcal: 4.13 -> 4.14 (#46269)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
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 fb6944c1cf36..da231c16cc90 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.13";
+  version = "4.14";
   name = "hebcal-${version}";
 
   src = fetchFromGitHub {
     owner = "hebcal";
     repo = "hebcal";
     rev = "v${version}";
-    sha256 = "0h9hbfkbq620sw9gnnkivv7yi7dnp1k6axzwr0yccbv5cg67xs3h";
+    sha256 = "1zq8f7cigh5r31p03az338sbygkx8gbday35c9acppglci3r8fvc";
   };
 
   nativeBuildInputs = [ autoreconfHook ];