scite: 5.5.6 -> 5.5.7

This commit is contained in:
R. Ryantm 2025-06-08 12:37:39 +00:00
parent 510570a40a
commit 5b31e8bfef

View file

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