fortune: 3.4.1 -> 3.6.1

This commit is contained in:
Vonfry 2021-06-01 08:02:06 +08:00
parent 6d2a162393
commit 3a78e24a52
No known key found for this signature in database
GPG key ID: EACFFD3C2B494F13

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fortune-mod";
version = "3.4.1";
version = "3.6.1";
# 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 = "02hjf432mq5qpbf1hywid7b356jys5n9brrrmm6z6r05jpzybbg3";
sha256 = "1cw7xf9xhh6d73y4h4q57g6akjhc1gq6xv37k57sx0wx77wjxqdp";
};
nativeBuildInputs = [ cmake perl ];