summary refs log tree commit diff
path: root/pkgs/applications/editors/quilter
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-06-11 00:54:36 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-06-11 00:54:36 -0400
commit810fd97d88dbe3f486716babdaf2436ce3254701 (patch)
treeba9c9c7c436c14e61dd8194fa03b33b599eb9369 /pkgs/applications/editors/quilter
parente87caec2f2119b6b1e7c0b63cb531b7920396a5b (diff)
downloadnixpkgs-810fd97d88dbe3f486716babdaf2436ce3254701.tar
nixpkgs-810fd97d88dbe3f486716babdaf2436ce3254701.tar.gz
nixpkgs-810fd97d88dbe3f486716babdaf2436ce3254701.tar.bz2
nixpkgs-810fd97d88dbe3f486716babdaf2436ce3254701.tar.lz
nixpkgs-810fd97d88dbe3f486716babdaf2436ce3254701.tar.xz
nixpkgs-810fd97d88dbe3f486716babdaf2436ce3254701.tar.zst
nixpkgs-810fd97d88dbe3f486716babdaf2436ce3254701.zip
quilter: 1.8.4 -> 1.9.1
https://github.com/lainsce/quilter/compare/1.8.4...1.9.1
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 b22b04bac65..c27a85d260b 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.4";
+  version = "1.9.1";
 
   src = fetchFromGitHub {
     owner = "lainsce";
     repo = pname;
     rev = version;
-    sha256 = "14qbkkz1l4zj6kwds5d82swnh3ynj6diyvjl0pafgp5i1i27j4rh";
+    sha256 = "1sjk8n0y9039xs47zw9a4l4vd36vkm30gf6x3fzaib81hnh1fx7v";
   };
 
   nativeBuildInputs = [