Skip to content

Commit

Permalink
mako: 1.4 -> 1.4.1 (NixOS#77562)
Browse files Browse the repository at this point in the history
mako: 1.4 -> 1.4.1
  • Loading branch information
dywedir committed Jan 12, 2020
2 parents cac169e + 5ad5cd9 commit 484014d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/mako/default.nix
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "mako";
version = "1.4";
version = "1.4.1";

src = fetchFromGitHub {
owner = "emersion";
repo = pname;
rev = "v${version}";
sha256 = "11ymiq6cr2ma0iva1mqybn3j6k73bsc6lv6pcbdq7hkhd4f9b7j9";
sha256 = "0hwvibpnrximb628w9dsfjpi30b5jy7nfkm4d94z5vhp78p43vxh";
};

nativeBuildInputs = [ meson ninja pkgconfig scdoc wayland-protocols ];
Expand All @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "A lightweight Wayland notification daemon";
homepage = https://wayland.emersion.fr/mako/;
license = licenses.mit;
maintainers = with maintainers; [ dywedir ];
maintainers = with maintainers; [ dywedir synthetica ];
platforms = platforms.linux;
};
}

0 comments on commit 484014d

Please sign in to comment.