Update pkgs/games/bastet/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by Sergei Trofimovich Sandro and committed by GitHub bd7499ed 77c54c90

+1 -1
+1 -1
pkgs/games/bastet/default.nix
··· 22 # Fix pending upstream inclusion for ncurses-6.3: 23 # https://github.com/fph/bastet/pull/21 24 (fetchpatch { 25 - name = "ncurses-6.3"; 26 url = "https://github.com/fph/bastet/commit/54a6d127351ea2c62f50efafe97c5b02e23e86a7.patch"; 27 sha256 = "14v95b0m16m6ycd82i3wpp81kbmj6qz029b1m5483dkk6mwz98iy"; 28 })
··· 22 # Fix pending upstream inclusion for ncurses-6.3: 23 # https://github.com/fph/bastet/pull/21 24 (fetchpatch { 25 + name = "ncurses-6.3.patch"; 26 url = "https://github.com/fph/bastet/commit/54a6d127351ea2c62f50efafe97c5b02e23e86a7.patch"; 27 sha256 = "14v95b0m16m6ycd82i3wpp81kbmj6qz029b1m5483dkk6mwz98iy"; 28 })