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

hebcal: 4.22 -> 4.24
This commit is contained in:
Sandro 2021-01-19 14:38:01 +01:00 committed by GitHub
commit abcd2c1cda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook }:
stdenv.mkDerivation rec {
version = "4.22";
version = "4.24";
pname = "hebcal";
src = fetchFromGitHub {
owner = "hebcal";
repo = "hebcal";
rev = "v${version}";
sha256 = "0bm29n51qi9q4vx4qsz3l9l1wvpvsk138zixfl5f5yz4kngzbx24";
sha256 = "sha256-iWp2S3s8z/y4dZ66Ogqu7Yf4gTUvSS1J5F7d0ifRbcY=";
};
nativeBuildInputs = [ autoreconfHook ];