summary refs log tree commit diff
path: root/pkgs/applications/editors/quilter
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-07-12 00:14:40 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-07-13 10:52:17 -0400
commit8a7be4b651901b6f93cd72f9998874f1a81bc79b (patch)
treedaca3687f6db503a96f68cad8c85fce4678429f1 /pkgs/applications/editors/quilter
parentbb9f5bb92ce2de723a1d8d7228fcc63406ccdc70 (diff)
downloadnixpkgs-8a7be4b651901b6f93cd72f9998874f1a81bc79b.tar
nixpkgs-8a7be4b651901b6f93cd72f9998874f1a81bc79b.tar.gz
nixpkgs-8a7be4b651901b6f93cd72f9998874f1a81bc79b.tar.bz2
nixpkgs-8a7be4b651901b6f93cd72f9998874f1a81bc79b.tar.lz
nixpkgs-8a7be4b651901b6f93cd72f9998874f1a81bc79b.tar.xz
nixpkgs-8a7be4b651901b6f93cd72f9998874f1a81bc79b.tar.zst
nixpkgs-8a7be4b651901b6f93cd72f9998874f1a81bc79b.zip
quilter: 1.9.1 -> 1.9.2
https://github.com/lainsce/quilter/releases/tag/1.9.2
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 0252c06b943..43ff16deb2d 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.9.1";
+  version = "1.9.2";
 
   src = fetchFromGitHub {
     owner = "lainsce";
     repo = pname;
     rev = version;
-    sha256 = "1sjk8n0y9039xs47zw9a4l4vd36vkm30gf6x3fzaib81hnh1fx7v";
+    sha256 = "10r6d695avxj31yghb82ymgnd7f1dawwbqz3gfy0rycjza9dxvv8";
   };
 
   nativeBuildInputs = [