Update pkgs/games/bastet/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
77c54c908f
commit
bd7499ed61
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
# Fix pending upstream inclusion for ncurses-6.3:
|
||||
# https://github.com/fph/bastet/pull/21
|
||||
(fetchpatch {
|
||||
name = "ncurses-6.3";
|
||||
name = "ncurses-6.3.patch";
|
||||
url = "https://github.com/fph/bastet/commit/54a6d127351ea2c62f50efafe97c5b02e23e86a7.patch";
|
||||
sha256 = "14v95b0m16m6ycd82i3wpp81kbmj6qz029b1m5483dkk6mwz98iy";
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue