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

hebcal: 4.14 -> 4.15
This commit is contained in:
Renaud 2018-11-10 15:44:27 +01:00 committed by GitHub
commit 8f99b4ff6a
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.14";
version = "4.15";
name = "hebcal-${version}";
src = fetchFromGitHub {
owner = "hebcal";
repo = "hebcal";
rev = "v${version}";
sha256 = "1zq8f7cigh5r31p03az338sbygkx8gbday35c9acppglci3r8fvc";
sha256 = "1s9iardqyzn42hs0x9p4rig2m87v87jvzcrbb9arcci7nds66y3i";
};
nativeBuildInputs = [ autoreconfHook ];