scite: 5.5.6 -> 5.5.7 (#415010)

This commit is contained in:
Aleksana 2025-06-09 13:16:54 +08:00 committed by GitHub
commit ac300460e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [