scite: 5.5.5 -> 5.5.6

This commit is contained in:
R. Ryantm 2025-04-02 13:14:54 +00:00
parent 02b2743b6a
commit 31af3fb73b

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "scite";
version = "5.5.5";
version = "5.5.6";
src = fetchurl {
url = "https://www.scintilla.org/scite${lib.replaceStrings [ "." ] [ "" ] finalAttrs.version}.tgz";
hash = "sha256-PkXS0qdYYuU10jGO56RgKk/RrOo2GK+7PR7AfSZszOU=";
hash = "sha256-VmNP6NepkF7Ln9eh9pfStmch9nwIKKZTOYxkeduSxrI=";
};
nativeBuildInputs = [