about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorJon <jonringer@users.noreply.github.com>2020-04-06 12:38:44 -0700
committerGitHub <noreply@github.com>2020-04-06 12:38:44 -0700
commit6701dbeb7deaad5615aa767549b0d9579ceb8d28 (patch)
tree0a2d10bf84b2c2a9ccaac33b45e180ce71e7811e /pkgs/applications/editors
parent78b22a547f085eddc3f7e32f2e9d0f8f0708bd38 (diff)
parentd9beb0b9ba38c38aef7e54e34e55e3777dcf654d (diff)
Merge pull request #84014 from r-ryantm/auto-update/quilter
quilter: 2.1.2 -> 2.2.2
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/quilter/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/quilter/default.nix b/pkgs/applications/editors/quilter/default.nix
index 338708e3f82ed..9bc8e1bc920fb 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.2";
+  version = "2.2.2";
 
   src = fetchFromGitHub {
     owner = "lainsce";
     repo = pname;
     rev = version;
-    sha256 = "1nk6scn98kb43h056ajycpj71jkx7b9p5g05khgl6bwj9hvjvcbw";
+    sha256 = "1bgsbcx09ca063kdqfc7nigly99d7xgx2cbkpk1nkhr0hvkyg9l9";
   };
 
   nativeBuildInputs = [