chess-clock: 0.6.0 -> 0.6.1 (#344378)
This commit is contained in:
parent
31da206767
commit
7f6277f84b
@ -15,14 +15,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "chess-clock";
|
pname = "chess-clock";
|
||||||
version = "0.6.0";
|
version = "0.6.1";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.gnome.org";
|
domain = "gitlab.gnome.org";
|
||||||
owner = "World";
|
owner = "World";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-wwNOop2V84vZO3JV0+VZ+52cKPx8xJg2rLkjfgc/+n4=";
|
hash = "sha256-XDOCHFZC3s3b/4kD1ZkhWar3kozW3vXc0pk7O6oQfiE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -45,10 +45,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Time games of over-the-board chess";
|
description = "Time games of over-the-board chess";
|
||||||
mainProgram = "chess-clock";
|
|
||||||
homepage = "https://gitlab.gnome.org/World/chess-clock";
|
homepage = "https://gitlab.gnome.org/World/chess-clock";
|
||||||
changelog = "https://gitlab.gnome.org/World/chess-clock/-/releases/v${version}";
|
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
mainProgram = "chess-clock";
|
||||||
maintainers = with maintainers; [ michaelgrahamevans ];
|
maintainers = with maintainers; [ michaelgrahamevans ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user