fnott: 1.3.0 -> 1.4.0
Also removes the dot at the end of the description, which should not be there per the style-guides. Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
parent
0aa6b78ac3
commit
c813151302
1 changed files with 3 additions and 3 deletions
|
@ -18,14 +18,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "fnott";
|
pname = "fnott";
|
||||||
version = "1.3.0";
|
version = "1.4.0";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "codeberg.org";
|
domain = "codeberg.org";
|
||||||
owner = "dnkl";
|
owner = "dnkl";
|
||||||
repo = "fnott";
|
repo = "fnott";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-6NMMU39v8+Ir3rf7kVwBdEOuYnZC1MqtZnim8+0A7wM=";
|
sha256 = "sha256-cJ7XmnC4x8lhZ+JRqobeQxTTps4Oz95zYdlFtr3KC1A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://codeberg.org/dnkl/fnott";
|
homepage = "https://codeberg.org/dnkl/fnott";
|
||||||
description = "Keyboard driven and lightweight Wayland notification daemon for wlroots-based compositors.";
|
description = "Keyboard driven and lightweight Wayland notification daemon for wlroots-based compositors";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ polykernel ];
|
maintainers = with maintainers; [ polykernel ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
Loading…
Reference in a new issue