summary refs log tree commit diff
path: root/pkgs/applications/editors/quilter
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-12-24 14:52:50 -0500
committerGitHub <noreply@github.com>2019-12-24 14:52:50 -0500
commit8a3a3a75ff5bf5368ea7bc43a99afea6b795f5ac (patch)
tree44f1084356cdf0d00e5adbd9d805e110f60e0e1c /pkgs/applications/editors/quilter
parent14439fce7801d741657fe0c6b479741c8df67d42 (diff)
parenta0b6ba59741496d6e1e156d6d7aed680f7d1be3e (diff)
downloadnixpkgs-8a3a3a75ff5bf5368ea7bc43a99afea6b795f5ac.tar
nixpkgs-8a3a3a75ff5bf5368ea7bc43a99afea6b795f5ac.tar.gz
nixpkgs-8a3a3a75ff5bf5368ea7bc43a99afea6b795f5ac.tar.bz2
nixpkgs-8a3a3a75ff5bf5368ea7bc43a99afea6b795f5ac.tar.lz
nixpkgs-8a3a3a75ff5bf5368ea7bc43a99afea6b795f5ac.tar.xz
nixpkgs-8a3a3a75ff5bf5368ea7bc43a99afea6b795f5ac.tar.zst
nixpkgs-8a3a3a75ff5bf5368ea7bc43a99afea6b795f5ac.zip
Merge pull request #76385 from r-ryantm/auto-update/quilter
quilter: 2.0.3 -> 2.0.4
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 61145e33cb1..668c8d740b2 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.3";
+  version = "2.0.4";
 
   src = fetchFromGitHub {
     owner = "lainsce";
     repo = pname;
     rev = version;
-    sha256 = "13l8z3bchha4ax14s48pcqdxh8gnj4mlvv06lk9dwk9fplc93821";
+    sha256 = "1vbckx4c2bklzxpqz332sjcyrx1xl1j0cp8778fvpl7x7mlnz460";
   };
 
   nativeBuildInputs = [