summary refs log tree commit diff
path: root/pkgs/applications/editors/quilter
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-20 10:23:25 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-20 10:23:25 -0700
commit00606f548fd761f3e788c5a5da2c11a513eb8cde (patch)
treefc82516a9bc4bd371faa1f6b8e58d903713787bd /pkgs/applications/editors/quilter
parentffbb4d26f9f93681576815be82142d14f2aa8234 (diff)
downloadnixpkgs-00606f548fd761f3e788c5a5da2c11a513eb8cde.tar
nixpkgs-00606f548fd761f3e788c5a5da2c11a513eb8cde.tar.gz
nixpkgs-00606f548fd761f3e788c5a5da2c11a513eb8cde.tar.bz2
nixpkgs-00606f548fd761f3e788c5a5da2c11a513eb8cde.tar.lz
nixpkgs-00606f548fd761f3e788c5a5da2c11a513eb8cde.tar.xz
nixpkgs-00606f548fd761f3e788c5a5da2c11a513eb8cde.tar.zst
nixpkgs-00606f548fd761f3e788c5a5da2c11a513eb8cde.zip
quilter: 1.9.3 -> 1.9.5
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 f5c62b6f36e..49ebe579ed4 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.3";
+  version = "1.9.5";
 
   src = fetchFromGitHub {
     owner = "lainsce";
     repo = pname;
     rev = version;
-    sha256 = "09acknajbkfpw8f5pay2qj69dzhwbiplsvpp1hy9ma6msmxkr6cm";
+    sha256 = "119ri6lkzqapi5k0v818qkhg1916jj9s6bh72yqvc2wmyjnn2dbw";
   };
 
   nativeBuildInputs = [