Merge pull request #125168 from Vonfry/update/fortune
fortune: 3.4.1 -> 3.6.1
This commit is contained in:
commit
71ac9a794c
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "fortune-mod";
|
pname = "fortune-mod";
|
||||||
version = "3.4.1";
|
version = "3.6.1";
|
||||||
|
|
||||||
# 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 = "02hjf432mq5qpbf1hywid7b356jys5n9brrrmm6z6r05jpzybbg3";
|
sha256 = "1cw7xf9xhh6d73y4h4q57g6akjhc1gq6xv37k57sx0wx77wjxqdp";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake perl ];
|
nativeBuildInputs = [ cmake perl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user