Skip to content

Commit

Permalink
Merge pull request #88148 from r-ryantm/auto-update/hebcal
Browse files Browse the repository at this point in the history
hebcal: 4.19 -> 4.20
  • Loading branch information
marsam committed May 19, 2020
2 parents c022cd1 + f5447db commit 8bc3962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/hebcal/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, autoreconfHook }:

stdenv.mkDerivation rec {
version = "4.19";
version = "4.20";
pname = "hebcal";

src = fetchFromGitHub {
owner = "hebcal";
repo = "hebcal";
rev = "v${version}";
sha256 = "028y2bw0bs0bx58gnxzbrg2c14a2pgkni2carf5i7kb6dg4wnkaq";
sha256 = "19siipj1svcj7rxgxmm3aaj4d43jx13fr7bghab8wak2dk1x0igb";
};

nativeBuildInputs = [ autoreconfHook ];
Expand Down

0 comments on commit 8bc3962

Please sign in to comment.