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:
Christoph Heiss 2023-04-07 23:34:40 +02:00
parent 0aa6b78ac3
commit c813151302
No known key found for this signature in database
GPG key ID: 6817E9C75C0785D7

View file

@ -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;