textadept: 12.8 -> 12.9

This commit is contained in:
Hythera
2025-12-15 21:03:38 +01:00
parent 9489fa47de
commit f0090ebf5f
2 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -10,9 +10,9 @@
sha256 = "sha256-G/CEzNVkwJl8CIFmSjtVEOX1bDqnnnO9hJR3VjLQf3k=";
};
# scintillua
"scintillua_6.5.zip" = {
url = "https://github.com/orbitalquark/scintillua/archive/scintillua_6.5.zip";
sha256 = "sha256-mXE4wcEenEf7vgUNyPBPzwu5vSiupbDub656+jlLP68=";
"scintillua_6.6.zip" = {
url = "https://github.com/orbitalquark/scintillua/archive/scintillua_6.6.zip";
sha256 = "sha256-rFza9/ISeet3GsEi9mCM6mUl9mptBfOKWbxMyYKQvGA=";
};
# lua
"lua-5.4.8.tar.gz" = {
@@ -50,8 +50,8 @@
sha256 = "sha256-IbFow4rbIvS0g5HYGT28OSfx8uZ4wgWNaUSim2Ssxsk=";
};
# singleapp
"v3.4.0.zip" = {
url = "https://github.com/itay-grudev/SingleApplication/archive/refs/tags/v3.4.0.zip";
sha256 = "sha256-FwyzM+R9ALpGH9u2RXab4Sqi4Q+p3Qs+8EdfhjPGcXY=";
"v3.5.3.zip" = {
url = "https://github.com/itay-grudev/SingleApplication/archive/refs/tags/v3.5.3.zip";
sha256 = "sha256-7Ipook2pdDl2aDcKWp0f4oG/y9c5DtGxRkKSFjTxiB8=";
};
}
+2 -2
View File
@@ -10,14 +10,14 @@
ncurses,
}:
stdenv.mkDerivation (finalAttrs: {
version = "12.8";
version = "12.9";
pname = "textadept";
src = fetchFromGitHub {
owner = "orbitalquark";
repo = "textadept";
tag = "textadept_${finalAttrs.version}";
hash = "sha256-ba5YSZaWGGEFFAbHNNXv2/a4dWrG/o5mTySCmlPauWs=";
hash = "sha256-vpBmDcnaHdpYZIfcy482G4NGor+64Dh1tzryb8JJ+c8=";
};
nativeBuildInputs = [ cmake ] ++ lib.optionals withQt [ libsForQt5.wrapQtAppsHook ];