about summary refs log tree commit diff
path: root/pkgs/applications/editors/scite
diff options
context:
space:
mode:
authorWilliam Kral <william.kral@gmail.com>2022-05-10 14:32:06 -0700
committerWilliam Kral <william.kral@gmail.com>2022-05-10 17:13:30 -0700
commit119c335a4f156f8899751000f163c22385d3de34 (patch)
treecbc344e26df3c9cf837175341d47f53cfb124961 /pkgs/applications/editors/scite
parentd9eab2247ba296f559b9fe39dd5753ea0474650c (diff)
downloadnixlib-119c335a4f156f8899751000f163c22385d3de34.tar
nixlib-119c335a4f156f8899751000f163c22385d3de34.tar.gz
nixlib-119c335a4f156f8899751000f163c22385d3de34.tar.bz2
nixlib-119c335a4f156f8899751000f163c22385d3de34.tar.lz
nixlib-119c335a4f156f8899751000f163c22385d3de34.tar.xz
nixlib-119c335a4f156f8899751000f163c22385d3de34.tar.zst
nixlib-119c335a4f156f8899751000f163c22385d3de34.zip
scite: 5.0.2 -> 5.2.2
Diffstat (limited to 'pkgs/applications/editors/scite')
-rw-r--r--pkgs/applications/editors/scite/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/scite/default.nix b/pkgs/applications/editors/scite/default.nix
index ab0fef9be268..4118aee8a2dd 100644
--- a/pkgs/applications/editors/scite/default.nix
+++ b/pkgs/applications/editors/scite/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation {
   pname = "scite";
-  version = "5.0.2";
+  version = "5.2.2";
 
   src = fetchurl {
-    url = "https://www.scintilla.org/scite502.tgz";
-    sha256 = "00n2gr915f7kvp2250dzn6n0p6lhr6qdlm1m7y2xi6qrrky0bpan";
+    url = "https://www.scintilla.org/scite522.tgz";
+    sha256 = "1q46clclx8r0b8zbq2zi89sygszgqf9ra5l83r2fs0ghvjgh2cxd";
   };
 
   nativeBuildInputs = [ pkg-config ];