Merge pull request #159223 from r-ryantm/auto-update/fortune-mod

fortune: 3.10.0 -> 3.12.0
This commit is contained in:
Bobby Rong 2022-02-12 10:22:09 +08:00 committed by GitHub
commit 0a3a1b0dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fortune-mod";
version = "3.10.0";
version = "3.12.0";
# We use fetchurl instead of fetchFromGitHub because the release pack has some
# special files.
src = fetchurl {
url = "https://github.com/shlomif/fortune-mod/releases/download/${pname}-${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-DR73JXpOkpaOsymP9nxAklCxdoxAnjL1GeNF6D/tDTc=";
sha256 = "sha256-fVrtfLmZiVDTSeuoOltX/vunGSizSw+ZhQhBn9t0C3E=";
};
nativeBuildInputs = [ cmake perl ];