fortune: 3.20.0 -> 3.22.0

This commit is contained in:
R. Ryantm 2024-07-04 00:10:22 +00:00
parent d8724afca4
commit cbf552a6b9

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fortune-mod";
version = "3.20.0";
version = "3.22.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-MQG+lfuJxISNSD5ykw2o0D9pJXN6I9eIA9a1XEL+IJQ=";
sha256 = "sha256-BpMhu01K46v1VJPQQ86gZTTck/Giwp6GaU2e2xOAoOM=";
};
nativeBuildInputs = [ cmake perl rinutils ];