summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-12-22 12:55:32 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-12-22 12:55:32 +0000
commit37375215ccd76ef3812c6c71f0b10352e5256f51 (patch)
tree19f28be078fa356f92e7eef57d3a79130af4b8f5
parentaf5b6f9ffdb8fd89776b110cfcd145932a2a8439 (diff)
downloadnixpkgs-37375215ccd76ef3812c6c71f0b10352e5256f51.tar
nixpkgs-37375215ccd76ef3812c6c71f0b10352e5256f51.tar.gz
nixpkgs-37375215ccd76ef3812c6c71f0b10352e5256f51.tar.bz2
nixpkgs-37375215ccd76ef3812c6c71f0b10352e5256f51.tar.lz
nixpkgs-37375215ccd76ef3812c6c71f0b10352e5256f51.tar.xz
nixpkgs-37375215ccd76ef3812c6c71f0b10352e5256f51.tar.zst
nixpkgs-37375215ccd76ef3812c6c71f0b10352e5256f51.zip
quilter: 2.5.1 -> 2.5.4
-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 b69d20850ad..7cbbe66dc61 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.5.1";
+  version = "2.5.4";
 
   src = fetchFromGitHub {
     owner = "lainsce";
     repo = pname;
     rev = version;
-    sha256 = "0ya1iwzfzvrci083zyrjj6ac4ys25j90slpk8yydw9n99kb750rk";
+    sha256 = "sha256-A8Ov0rITHuMLDYTueeDO89KtxlP0pNk1pA7O4x3Q9fE=";
   };
 
   nativeBuildInputs = [