summary refs log tree commit diff
path: root/pkgs/applications/editors/quilter/default.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-02-21 19:13:27 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-02-21 19:13:27 -0500
commitbf7a1b2afb92ba8549412eb78eb99e911da3c2ef (patch)
tree02738681cb8ae17c865ffcd374229c3f098c3dde /pkgs/applications/editors/quilter/default.nix
parentf9d4abaddf5daf54db390ae5c4225094eb06c7da (diff)
downloadnixpkgs-bf7a1b2afb92ba8549412eb78eb99e911da3c2ef.tar
nixpkgs-bf7a1b2afb92ba8549412eb78eb99e911da3c2ef.tar.gz
nixpkgs-bf7a1b2afb92ba8549412eb78eb99e911da3c2ef.tar.bz2
nixpkgs-bf7a1b2afb92ba8549412eb78eb99e911da3c2ef.tar.lz
nixpkgs-bf7a1b2afb92ba8549412eb78eb99e911da3c2ef.tar.xz
nixpkgs-bf7a1b2afb92ba8549412eb78eb99e911da3c2ef.tar.zst
nixpkgs-bf7a1b2afb92ba8549412eb78eb99e911da3c2ef.zip
quilter: 1.6.8 -> 1.7.0
https://github.com/lainsce/quilter/releases/tag/1.7.0
Diffstat (limited to 'pkgs/applications/editors/quilter/default.nix')
-rw-r--r--pkgs/applications/editors/quilter/default.nix17
1 files changed, 7 insertions, 10 deletions
diff --git a/pkgs/applications/editors/quilter/default.nix b/pkgs/applications/editors/quilter/default.nix
index 9edac16507c..82bcc403164 100644
--- a/pkgs/applications/editors/quilter/default.nix
+++ b/pkgs/applications/editors/quilter/default.nix
@@ -1,39 +1,36 @@
 { stdenv, fetchFromGitHub, fetchpatch, pkgconfig, meson, ninja, python3
 , gtk3, desktop-file-utils, gtksourceview, webkitgtk, gtkspell3, pantheon
-, gnome3, discount, gobject-introspection, wrapGAppsHook }:
+, libgee, discount, wrapGAppsHook }:
 
 stdenv.mkDerivation rec {
   pname = "quilter";
-  version = "1.6.8";
-
-  name = "${pname}-${version}";
+  version = "1.7.0";
 
   src = fetchFromGitHub {
     owner = "lainsce";
     repo = pname;
     rev = version;
-    sha256 = "07i9pivpddgixn1wzbr15gvzf0n5pklx0gkjjaa35kvj2z8k31x5";
+    sha256 = "0dqji6zwpn0k89mpmh10rq59hzrq8kqr30dz1hp06ygk8rlnv2ys";
   };
 
   nativeBuildInputs = [
     desktop-file-utils
-    gobject-introspection
     meson
     ninja
+    pantheon.vala
     pkgconfig
     python3
-    pantheon.vala
     wrapGAppsHook
   ];
 
   buildInputs = [
     discount
-    pantheon.elementary-icon-theme
-    pantheon.granite
-    gnome3.libgee
     gtk3
     gtksourceview
     gtkspell3
+    libgee
+    pantheon.elementary-icon-theme
+    pantheon.granite
     webkitgtk
   ];