about summary refs log tree commit diff
path: root/pkgs/applications/editors/quilter
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-02 06:22:28 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-05-02 06:22:28 -0700
commit26b760ccf27bb4d8595ccfedd70761d197ce32be (patch)
tree5107b548ad35d6befb798d228e478bc66ddf7858 /pkgs/applications/editors/quilter
parenta381d42221b9fcd171fd892c75b6ea83eda36adb (diff)
downloadnixlib-26b760ccf27bb4d8595ccfedd70761d197ce32be.tar
nixlib-26b760ccf27bb4d8595ccfedd70761d197ce32be.tar.gz
nixlib-26b760ccf27bb4d8595ccfedd70761d197ce32be.tar.bz2
nixlib-26b760ccf27bb4d8595ccfedd70761d197ce32be.tar.lz
nixlib-26b760ccf27bb4d8595ccfedd70761d197ce32be.tar.xz
nixlib-26b760ccf27bb4d8595ccfedd70761d197ce32be.tar.zst
nixlib-26b760ccf27bb4d8595ccfedd70761d197ce32be.zip
quilter: 1.8.1 -> 1.8.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/quilter/versions
Diffstat (limited to 'pkgs/applications/editors/quilter')
-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 8d973b19ff39..b22b04bac655 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.8.1";
+  version = "1.8.4";
 
   src = fetchFromGitHub {
     owner = "lainsce";
     repo = pname;
     rev = version;
-    sha256 = "0i8rvvc5g74bgfjgsmmgpj42xmhjaz14jjzl9s5nzwpy1fn7vv0p";
+    sha256 = "14qbkkz1l4zj6kwds5d82swnh3ynj6diyvjl0pafgp5i1i27j4rh";
   };
 
   nativeBuildInputs = [