summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/quilter
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-03-05 19:40:38 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-03-05 19:41:07 -0500
commit81bca88c7c6931ae8d33871186066fb51dfeae04 (patch)
treeafbb2cfaedd872406b5ece0e2418f7c39f922447 /pkgs/applications/editors/quilter
parentfe190d2e83e3fe953d6f37096ae61b113dbe2ae4 (diff)
quilter: 1.7.0 -> 1.7.5
Changes: https://github.com/lainsce/quilter/compare/1.7.0...1.7.5
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 82bcc403164c..9cdaeb043c3f 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.7.0";
+ version = "1.7.5";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
- sha256 = "0dqji6zwpn0k89mpmh10rq59hzrq8kqr30dz1hp06ygk8rlnv2ys";
+ sha256 = "0czf6rm908pz6zwiaq2phci923q8xa8x7q7kvdk6s3km4i1rrgkn";
};
nativeBuildInputs = [