fortune: 3.12.0 -> 3.14.0

main
Vonfry 2 years ago
parent bf09f6c83a
commit d5cdae6c5d
No known key found for this signature in database
GPG Key ID: 7E3128A1AAF71FCC
  1. 4
      pkgs/tools/misc/fortune/default.nix

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

Loading…
Cancel
Save