From 957fcc9b3270c4f29e43ac1a195cbcca4dcc7244 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Tue, 19 Mar 2019 22:14:29 -0400 Subject: [PATCH] quilter: 1.7.5 -> 1.8.1 https://github.com/lainsce/quilter/releases/tag/1.7.6 https://github.com/lainsce/quilter/releases/tag/1.8.0 https://github.com/lainsce/quilter/releases/tag/1.8.1 --- pkgs/applications/editors/quilter/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/quilter/default.nix b/pkgs/applications/editors/quilter/default.nix index 9cdaeb043c3..8d973b19ff3 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.7.5"; + version = "1.8.1"; src = fetchFromGitHub { owner = "lainsce"; repo = pname; rev = version; - sha256 = "0czf6rm908pz6zwiaq2phci923q8xa8x7q7kvdk6s3km4i1rrgkn"; + sha256 = "0i8rvvc5g74bgfjgsmmgpj42xmhjaz14jjzl9s5nzwpy1fn7vv0p"; }; nativeBuildInputs = [