hebcal: 4.22 -> 4.24

This commit is contained in:
R. RyanTM 2021-01-19 00:01:27 +00:00
parent efd2438614
commit 0e1dedba4b

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