From c8131513026841e21253f65d24a74e699afeef5f Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Fri, 7 Apr 2023 23:34:40 +0200 Subject: [PATCH] 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 --- pkgs/applications/misc/fnott/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/misc/fnott/default.nix b/pkgs/applications/misc/fnott/default.nix index 8c730a2b48b7..5a76ef9028ed 100644 --- a/pkgs/applications/misc/fnott/default.nix +++ b/pkgs/applications/misc/fnott/default.nix @@ -18,14 +18,14 @@ stdenv.mkDerivation rec { pname = "fnott"; - version = "1.3.0"; + version = "1.4.0"; src = fetchFromGitea { domain = "codeberg.org"; owner = "dnkl"; repo = "fnott"; rev = version; - sha256 = "sha256-6NMMU39v8+Ir3rf7kVwBdEOuYnZC1MqtZnim8+0A7wM="; + sha256 = "sha256-cJ7XmnC4x8lhZ+JRqobeQxTTps4Oz95zYdlFtr3KC1A="; }; nativeBuildInputs = [ @@ -48,7 +48,7 @@ stdenv.mkDerivation rec { meta = with lib; { 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; maintainers = with maintainers; [ polykernel ]; platforms = platforms.linux;