Unverified Commit c8131513 authored by Christoph Heiss's avatar Christoph Heiss
Browse files

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: default avatarChristoph Heiss <christoph@c8h4.io>
parent 0aa6b78a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;