summary refs log tree commit diff
path: root/pkgs/applications/editors/quilter
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-08 00:24:58 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-03-14 14:26:33 +0100
commit0edcdfe140d83f34ff9e1c72a9a3db2ea78d7aa4 (patch)
treef9a17e23d17bd4132df0daa27d7c99c5d4fead9f /pkgs/applications/editors/quilter
parent21b8df10194469a1b73120458f346a7ddaba5496 (diff)
downloadnixpkgs-0edcdfe140d83f34ff9e1c72a9a3db2ea78d7aa4.tar
nixpkgs-0edcdfe140d83f34ff9e1c72a9a3db2ea78d7aa4.tar.gz
nixpkgs-0edcdfe140d83f34ff9e1c72a9a3db2ea78d7aa4.tar.bz2
nixpkgs-0edcdfe140d83f34ff9e1c72a9a3db2ea78d7aa4.tar.lz
nixpkgs-0edcdfe140d83f34ff9e1c72a9a3db2ea78d7aa4.tar.xz
nixpkgs-0edcdfe140d83f34ff9e1c72a9a3db2ea78d7aa4.tar.zst
nixpkgs-0edcdfe140d83f34ff9e1c72a9a3db2ea78d7aa4.zip
quilter: 2.1.1 -> 2.1.2
Diffstat (limited to 'pkgs/applications/editors/quilter')
-rw-r--r--pkgs/applications/editors/quilter/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/quilter/default.nix b/pkgs/applications/editors/quilter/default.nix
index 2b4abb1f162..338708e3f82 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 = "2.1.1";
+  version = "2.1.2";
 
   src = fetchFromGitHub {
     owner = "lainsce";
     repo = pname;
     rev = version;
-    sha256 = "1raba835kvqq4lfpk141vg81ll7sg3jyhwyr6758pdjmncncg0wr";
+    sha256 = "1nk6scn98kb43h056ajycpj71jkx7b9p5g05khgl6bwj9hvjvcbw";
   };
 
   nativeBuildInputs = [
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Focus on your writing - designed for elementary OS";
-    homepage = https://github.com/lainsce/quilter;
+    homepage = "https://github.com/lainsce/quilter";
     license = licenses.gpl2Plus;
     maintainers = pantheon.maintainers;
     platforms = platforms.linux;