summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/quilter
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-09-28 18:08:25 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-09-28 18:08:25 -0700
commitf70e674800d1dbf929333dde3eaa36ae45e4849b (patch)
treee9b348ac366189b3eb66772670d0c91b12007c49 /pkgs/applications/editors/quilter
parentc455adcc42f9b2b62376b9fee99a0c5004a52425 (diff)
quilter: 1.9.5 -> 2.0.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/quilter/versions
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 49ebe579ed4a..49f41d5205b3 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.5";
+ version = "2.0.0";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
- sha256 = "119ri6lkzqapi5k0v818qkhg1916jj9s6bh72yqvc2wmyjnn2dbw";
+ sha256 = "1jmgnmpalnl3261wifk0mqa9viag6yvlrycgzqalmnrm1b20pyg4";
};
nativeBuildInputs = [