From 66ba3c583bf4940e06eb50d80a7aeda9f41f047d Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Sun, 4 Aug 2019 03:19:37 -0400 Subject: [PATCH] quilter: 1.9.2 -> 1.9.3 https://github.com/lainsce/quilter/releases/tag/1.9.3 --- pkgs/applications/editors/quilter/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/quilter/default.nix b/pkgs/applications/editors/quilter/default.nix index 43ff16deb2d..f5c62b6f36e 100644 --- a/pkgs/applications/editors/quilter/default.nix +++ b/pkgs/applications/editors/quilter/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "quilter"; - version = "1.9.2"; + version = "1.9.3"; src = fetchFromGitHub { owner = "lainsce"; repo = pname; rev = version; - sha256 = "10r6d695avxj31yghb82ymgnd7f1dawwbqz3gfy0rycjza9dxvv8"; + sha256 = "09acknajbkfpw8f5pay2qj69dzhwbiplsvpp1hy9ma6msmxkr6cm"; }; nativeBuildInputs = [ @@ -43,7 +43,7 @@ stdenv.mkDerivation rec { description = "Focus on your writing - designed for elementary OS"; homepage = https://github.com/lainsce/quilter; license = licenses.gpl2Plus; - maintainers = with maintainers; [ worldofpeace ]; + maintainers = pantheon.maintainers; platforms = platforms.linux; }; }