Merge pull request #150916 from Vonfry/update/fortune

fortune: 3.8.0 -> 3.10.0
This commit is contained in:
Ben Siraphob 2021-12-15 19:02:52 -06:00 committed by GitHub
commit a096bc2058
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.8.0";
version = "3.10.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-HXQYYWZhfYIT7wEr9FAymaQWEfg0DcaWT0z7yvcZ+BI=";
sha256 = "sha256-DR73JXpOkpaOsymP9nxAklCxdoxAnjL1GeNF6D/tDTc=";
};
nativeBuildInputs = [ cmake perl ];