cudatext: 1.234.6.0 -> 1.235.0.3

This commit is contained in:
R. Ryantm
2026-07-17 12:55:40 +00:00
parent acdddd1447
commit 4a9901681f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
},
"ATFlatControls": {
"owner": "Alexey-T",
"rev": "2026.05.06",
"hash": "sha256-qqFYaY9Bm6yMSlMlO/Uwot2Ix0TsxEb21d7X/zCvTyQ="
"rev": "2026.07.13",
"hash": "sha256-6SEQ3WLXHlxze+8Ob/TEA4MJT7Ow1kE1Ti7qL19fwrA="
},
"ATSynEdit": {
"owner": "Alexey-T",
+2 -2
View File
@@ -42,13 +42,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "cudatext";
version = "1.234.6.0";
version = "1.235.0.3";
src = fetchFromGitHub {
owner = "Alexey-T";
repo = "CudaText";
tag = finalAttrs.version;
hash = "sha256-4ahclaXYtHPepQRtvcYyYyD42pEJMngO5DJMItudQd0=";
hash = "sha256-J8Ht+VPoRrtR9TcNEgsX/3Ci1Z7+SAbeSh9KzGIENvw=";
};
patches = [ ./proc_globdata.patch ];