summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-21 05:17:26 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-21 05:17:26 +0000
commit78668ffca468cc1dca6fe7102fb4aa8ff8891947 (patch)
tree448a0068a836f5759e9d57879b4e489b1159c879
parent63525691f22f121b1689241342b2fbfc4131cf5e (diff)
downloadnixpkgs-78668ffca468cc1dca6fe7102fb4aa8ff8891947.tar
nixpkgs-78668ffca468cc1dca6fe7102fb4aa8ff8891947.tar.gz
nixpkgs-78668ffca468cc1dca6fe7102fb4aa8ff8891947.tar.bz2
nixpkgs-78668ffca468cc1dca6fe7102fb4aa8ff8891947.tar.lz
nixpkgs-78668ffca468cc1dca6fe7102fb4aa8ff8891947.tar.xz
nixpkgs-78668ffca468cc1dca6fe7102fb4aa8ff8891947.tar.zst
nixpkgs-78668ffca468cc1dca6fe7102fb4aa8ff8891947.zip
cudatext: 1.153.0 -> 1.155.0
-rw-r--r--pkgs/applications/editors/cudatext/default.nix4
-rw-r--r--pkgs/applications/editors/cudatext/deps.json8
2 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/editors/cudatext/default.nix b/pkgs/applications/editors/cudatext/default.nix
index c4e5880f6a3..3654a75fd8f 100644
--- a/pkgs/applications/editors/cudatext/default.nix
+++ b/pkgs/applications/editors/cudatext/default.nix
@@ -38,13 +38,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "cudatext";
-  version = "1.153.0";
+  version = "1.155.0";
 
   src = fetchFromGitHub {
     owner = "Alexey-T";
     repo = "CudaText";
     rev = version;
-    sha256 = "sha256-3p5wb3buZtd1gnNoEJOclNO8xEYJBZYc86HfrkFrBWU=";
+    sha256 = "sha256-k6ALTbA2PhMZscinXKceM7MSzgr759Y6GxMrQAXMgwM=";
   };
 
   postPatch = ''
diff --git a/pkgs/applications/editors/cudatext/deps.json b/pkgs/applications/editors/cudatext/deps.json
index 3eddccf8bbc..84f21e5ea20 100644
--- a/pkgs/applications/editors/cudatext/deps.json
+++ b/pkgs/applications/editors/cudatext/deps.json
@@ -16,8 +16,8 @@
   },
   "ATSynEdit": {
     "owner": "Alexey-T",
-    "rev": "2022.01.07",
-    "sha256": "sha256-KxeaTXv0qig3O2hqjJ5HG1KCN0TTQdnd3g9jBsEc0a4="
+    "rev": "2022.01.20",
+    "sha256": "sha256-4UJ6t8j8uHB27jprqnlsGB8ytOMQLe4ZzSaYKiw4y70="
   },
   "ATSynEdit_Cmp": {
     "owner": "Alexey-T",
@@ -31,8 +31,8 @@
   },
   "ATSynEdit_Ex": {
     "owner": "Alexey-T",
-    "rev": "2022.01.07",
-    "sha256": "sha256-7QDHf0PYGMc611qrk+a8pNJHF1v1DFMWlt5hbaU/oD8="
+    "rev": "2022.01.20",
+    "sha256": "sha256-CaGo38NV+mbwekzkgw0DxM4TZf2xwHtYFnC6RbWH+ts="
   },
   "Python-for-Lazarus": {
     "owner": "Alexey-T",