summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-01-07 05:37:39 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2020-01-07 05:37:39 -0800
commitdd85e2e72c9f835c8b91e43979ea40324fb05078 (patch)
tree91bea47f7544eb2bfec0c9d70d3976f0c548fec4 /pkgs/applications/editors
parent17ab5f9d88b3b4e8442421bc4bf4eb1e913bcc6a (diff)
downloadnixpkgs-dd85e2e72c9f835c8b91e43979ea40324fb05078.tar
nixpkgs-dd85e2e72c9f835c8b91e43979ea40324fb05078.tar.gz
nixpkgs-dd85e2e72c9f835c8b91e43979ea40324fb05078.tar.bz2
nixpkgs-dd85e2e72c9f835c8b91e43979ea40324fb05078.tar.lz
nixpkgs-dd85e2e72c9f835c8b91e43979ea40324fb05078.tar.xz
nixpkgs-dd85e2e72c9f835c8b91e43979ea40324fb05078.tar.zst
nixpkgs-dd85e2e72c9f835c8b91e43979ea40324fb05078.zip
quilter: 2.0.4 -> 2.0.5
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 668c8d740b2..ceb119a5f0a 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.0.4";
+  version = "2.0.5";
 
   src = fetchFromGitHub {
     owner = "lainsce";
     repo = pname;
     rev = version;
-    sha256 = "1vbckx4c2bklzxpqz332sjcyrx1xl1j0cp8778fvpl7x7mlnz460";
+    sha256 = "1gij5gqidzvwym7yq5fx0344n4fkydx5diwz8g8kwkcsz7z1w45a";
   };
 
   nativeBuildInputs = [