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 }: { lib, stdenv, fetchFromGitHub, autoreconfHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "4.22"; version = "4.24";
pname = "hebcal"; pname = "hebcal";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hebcal"; owner = "hebcal";
repo = "hebcal"; repo = "hebcal";
rev = "v${version}"; rev = "v${version}";
sha256 = "0bm29n51qi9q4vx4qsz3l9l1wvpvsk138zixfl5f5yz4kngzbx24"; sha256 = "sha256-iWp2S3s8z/y4dZ66Ogqu7Yf4gTUvSS1J5F7d0ifRbcY=";
}; };
nativeBuildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];