Merge pull request #70599 from r-ryantm/auto-update/hebcal

hebcal: 4.18 -> 4.19
This commit is contained in:
Renaud 2019-10-09 13:43:53 +02:00 committed by GitHub
commit d8aae81885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];