summary refs log tree commit diff
diff options
context:
space:
mode:
authorWill Cohen <willcohen@users.noreply.github.com>2022-03-22 14:09:39 -0400
committerWill Cohen <willcohen@users.noreply.github.com>2022-03-22 14:09:39 -0400
commit1bf88c64d8af2c861b19bc1a413e00eb086a64eb (patch)
tree7669854b34b00c4f72abbdd9395ec7cf87a00209
parent6396adbdfa8cef5d59025d855e5872facd2c6ea8 (diff)
downloadnixpkgs-1bf88c64d8af2c861b19bc1a413e00eb086a64eb.tar
nixpkgs-1bf88c64d8af2c861b19bc1a413e00eb086a64eb.tar.gz
nixpkgs-1bf88c64d8af2c861b19bc1a413e00eb086a64eb.tar.bz2
nixpkgs-1bf88c64d8af2c861b19bc1a413e00eb086a64eb.tar.lz
nixpkgs-1bf88c64d8af2c861b19bc1a413e00eb086a64eb.tar.xz
nixpkgs-1bf88c64d8af2c861b19bc1a413e00eb086a64eb.tar.zst
nixpkgs-1bf88c64d8af2c861b19bc1a413e00eb086a64eb.zip
qscintilla: 2.13.1 -> 2.13.2
-rw-r--r--pkgs/development/libraries/qscintilla/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/qscintilla/default.nix b/pkgs/development/libraries/qscintilla/default.nix
index 88c44ece32c..4aff530877a 100644
--- a/pkgs/development/libraries/qscintilla/default.nix
+++ b/pkgs/development/libraries/qscintilla/default.nix
@@ -10,11 +10,11 @@
 
 stdenv.mkDerivation rec {
   pname = "qscintilla-qt5";
-  version = "2.13.1";
+  version = "2.13.2";
 
   src = fetchurl {
     url = "https://www.riverbankcomputing.com/static/Downloads/QScintilla/${version}/QScintilla_src-${version}.tar.gz";
-    sha256 = "gA49IHGpa8zNdYE0avDS/ij8MM1oUwy4MCaF0BOv1Uo=";
+    sha256 = "sha256-tsfl8ntR0l8J/mz4Sumn8Idq8NZdjMtVEQnm57JYhfQ=";
   };
 
   sourceRoot = "QScintilla_src-${version}/src";