about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-29 12:31:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-29 12:31:04 +0000
commitb2000742e7322cda33d20e0be5b41e6a123ce3d0 (patch)
tree9392d49c31efec045f1fa847b93fd8d196ef403e /pkgs/applications/editors
parent0e671e2b2b6e65c5712e0ccd8c2645d47f18f362 (diff)
downloadnixlib-b2000742e7322cda33d20e0be5b41e6a123ce3d0.tar
nixlib-b2000742e7322cda33d20e0be5b41e6a123ce3d0.tar.gz
nixlib-b2000742e7322cda33d20e0be5b41e6a123ce3d0.tar.bz2
nixlib-b2000742e7322cda33d20e0be5b41e6a123ce3d0.tar.lz
nixlib-b2000742e7322cda33d20e0be5b41e6a123ce3d0.tar.xz
nixlib-b2000742e7322cda33d20e0be5b41e6a123ce3d0.tar.zst
nixlib-b2000742e7322cda33d20e0be5b41e6a123ce3d0.zip
cudatext: 1.159.0 -> 1.159.2
Diffstat (limited to 'pkgs/applications/editors')
-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 f22e2407cf26..d142551a1141 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.159.0";
+  version = "1.159.2";
 
   src = fetchFromGitHub {
     owner = "Alexey-T";
     repo = "CudaText";
     rev = version;
-    sha256 = "sha256-DRVJLzAdhw+ke+B2KFlkgLXgU4+Mq3LQ0PRYg52Aq/o=";
+    sha256 = "sha256-dSZd+Dsln7xUfN/cqTZSdnpnINHsDCBrbNGcDLwqzzU=";
   };
 
   postPatch = ''
diff --git a/pkgs/applications/editors/cudatext/deps.json b/pkgs/applications/editors/cudatext/deps.json
index 732870b89973..430061e0eb72 100644
--- a/pkgs/applications/editors/cudatext/deps.json
+++ b/pkgs/applications/editors/cudatext/deps.json
@@ -26,13 +26,13 @@
   },
   "EControl": {
     "owner": "Alexey-T",
-    "rev": "2022.03.23",
-    "sha256": "sha256-QXq75VoAnYqAhe3Fvsz1szZyBz4dHEpYJZqTSCR80v8="
+    "rev": "2022.03.28",
+    "sha256": "sha256-jh3lqisiPNMxCapP6O5oJdUL3PLQ3JyomtgWix+bML0="
   },
   "ATSynEdit_Ex": {
     "owner": "Alexey-T",
-    "rev": "2022.03.23",
-    "sha256": "sha256-m1rkWvRC1i1nLPIhiG6g8LGU96vTuGGqLFrSzw9A9x0="
+    "rev": "2022.03.28",
+    "sha256": "sha256-TpAaL7/bhnrQgAq1mUTdEWXecSmznWy/iAw+TMMrQGo="
   },
   "Python-for-Lazarus": {
     "owner": "Alexey-T",