Merge pull request #104561 from r-ryantm/auto-update/nudoku

nudoku: 2.0.0 -> 2.1.0
This commit is contained in:
Mario Rodas 2020-11-28 16:08:40 -05:00 committed by GitHub
commit ef7d285204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nudoku"; pname = "nudoku";
version = "2.0.0"; version = "2.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jubalh"; owner = "jubalh";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0rj8ajni7gssj0qbf1jn51699sadxwsr6ca2718w74psv7acda8h"; sha256 = "12v00z3p0ymi8f3w4b4bgl4c76irawn3kmd147r0ap6s9ssx2q6m";
}; };
# Allow gettext 0.20 # Allow gettext 0.20
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
description = "An ncurses based sudoku game"; description = "An ncurses based sudoku game";
homepage = "http://jubalh.github.io/nudoku/"; homepage = "http://jubalh.github.io/nudoku/";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ dtzWill ]; maintainers = with maintainers; [ dtzWill ];
}; };
} }