summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/quilter
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-02-06 14:10:42 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-02-06 14:10:42 +0000
commit0af886dcf910ffc2a31c51545503e92653861bc9 (patch)
tree6394cd8f055ba9eae914f0f1546b3c07a0f1192e /pkgs/applications/editors/quilter
parent419bc0a4cdc0f577062f6c439809f4bf6e3b0c63 (diff)
quilter: 2.0.5 -> 2.1.0
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 ceb119a5f0a2..87dc1a6cfe79 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.5";
+ version = "2.1.0";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
- sha256 = "1gij5gqidzvwym7yq5fx0344n4fkydx5diwz8g8kwkcsz7z1w45a";
+ sha256 = "1756gp3f2pmxz2k4xg4cfdbdav848qb0vjglyiy1n2k9xc79dyxz";
};
nativeBuildInputs = [