cudatext: 1.235.0.3 -> 1.235.1.0

This commit is contained in:
R. Ryantm
2026-07-19 20:35:27 +04:00
committed by Nikolay Korotkiy
parent eb3b798dd1
commit 8ed12904eb
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -26,8 +26,8 @@
},
"EControl": {
"owner": "Alexey-T",
"rev": "2026.05.06",
"hash": "sha256-G2OSGA5MVaZC/6H0agio6cbUg1iXYEz7YszBoRwcPwI="
"rev": "2026.07.18",
"hash": "sha256-my3FmW/1wIh639GxMvnmrc8whLnqHPQaSG6U1tSyPEs="
},
"ATSynEdit_Ex": {
"owner": "Alexey-T",
+2 -2
View File
@@ -42,13 +42,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "cudatext";
version = "1.235.0.3";
version = "1.235.1.0";
src = fetchFromGitHub {
owner = "Alexey-T";
repo = "CudaText";
tag = finalAttrs.version;
hash = "sha256-J8Ht+VPoRrtR9TcNEgsX/3Ci1Z7+SAbeSh9KzGIENvw=";
hash = "sha256-9W0DlQfPbSJPFz7+ExbfFeYWc7IKsvvcjY0/3X6j0ys=";
};
patches = [ ./proc_globdata.patch ];