cudatext: 1.236.0.3 -> 1.236.0.4

This commit is contained in:
R. Ryantm
2026-08-22 16:39:02 +00:00
parent 8cbc9a45c5
commit e231e15be2

View File

@@ -42,13 +42,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "cudatext";
version = "1.236.0.3";
version = "1.236.0.4";
src = fetchFromGitHub {
owner = "Alexey-T";
repo = "CudaText";
tag = finalAttrs.version;
hash = "sha256-oVPe2VyVmIdKlL+QnRPGQBUlcj1FcKPBAziJRn+us0c=";
hash = "sha256-tgFZ29eV6DckdOtbtUqCZ8x4t+SZ+HXNfQJ9WRWu/tU=";
};
patches = [ ./proc_globdata.patch ];