fortune: 3.14.0 -> 3.14.1

This commit is contained in:
R. Ryantm 2022-08-13 09:32:04 +00:00
parent 6f85657bb8
commit 7cbb55139d

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fortune-mod";
version = "3.14.0";
version = "3.14.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 = "sha256-jjBxCfjLjnhdKeMgJwEPytCVKQ4R4wHeF8/3Z/F6UgQ=";
sha256 = "sha256-NnAj9dsB1ZUuTm2W8mPdK2h15Dtro8ve6c+tPoKUsXs=";
};
nativeBuildInputs = [ cmake perl ];