vul: 2020-02-15 -> 2022-07-02

This commit is contained in:
cafkafk 2022-09-18 17:01:27 +02:00
parent 441730b4e8
commit 10d8a4a9d5
No known key found for this signature in database
GPG key ID: CDDC792F655251ED

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "vul"; pname = "vul";
version = "unstable-2020-02-15"; version = "unstable-2022-07-02";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "LukeSmithxyz"; owner = "LukeSmithxyz";
repo = pname; repo = pname;
rev = "f6ebd8f6b6fb8a111e7b59470d6748fcbe71c559"; rev = "97efaedb79c9de62b6a19b04649fd8c00b85973f";
sha256 = "aUl4f82sGOWkEvTDNILDszj5hztDRvYpHVovFl4oOCc="; sha256 = "sha256-NwRUx7WVvexrCdPtckq4Szf5ISy7NVBHX8uAsRtbE+0=";
}; };
makeFlags = [ makeFlags = [
@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
description = "Latin Vulgate Bible on the Command Line"; description = "Latin Vulgate Bible on the Command Line";
homepage = "https://github.com/LukeSmithxyz/vul"; homepage = "https://github.com/LukeSmithxyz/vul";
license = licenses.publicDomain; license = licenses.publicDomain;
maintainers = [ maintainers.j0hax ]; maintainers = [ maintainers.j0hax maintainers.cafkafk ];
}; };
} }