summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-06 20:26:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-06 20:26:04 +0000
commitf8b62b5b89abba7b4229fa6f7293cc38ea661716 (patch)
tree02887f2d5935d106db8bc7b15e2f1907a4fc00c3 /pkgs/applications/editors
parentd29bef5cc1b9079b4b5ea6a0feb1a89c7994d50a (diff)
downloadnixpkgs-f8b62b5b89abba7b4229fa6f7293cc38ea661716.tar
nixpkgs-f8b62b5b89abba7b4229fa6f7293cc38ea661716.tar.gz
nixpkgs-f8b62b5b89abba7b4229fa6f7293cc38ea661716.tar.bz2
nixpkgs-f8b62b5b89abba7b4229fa6f7293cc38ea661716.tar.lz
nixpkgs-f8b62b5b89abba7b4229fa6f7293cc38ea661716.tar.xz
nixpkgs-f8b62b5b89abba7b4229fa6f7293cc38ea661716.tar.zst
nixpkgs-f8b62b5b89abba7b4229fa6f7293cc38ea661716.zip
cudatext: 1.159.2 -> 1.160.0
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/cudatext/default.nix4
-rw-r--r--pkgs/applications/editors/cudatext/deps.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/cudatext/default.nix b/pkgs/applications/editors/cudatext/default.nix
index d142551a114..c94ee471c28 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.2";
+  version = "1.160.0";
 
   src = fetchFromGitHub {
     owner = "Alexey-T";
     repo = "CudaText";
     rev = version;
-    sha256 = "sha256-dSZd+Dsln7xUfN/cqTZSdnpnINHsDCBrbNGcDLwqzzU=";
+    sha256 = "sha256-42V6RFa+mAXyaUuKeDQa9Voi1MjnzcVl+cOA65VabxM=";
   };
 
   postPatch = ''
diff --git a/pkgs/applications/editors/cudatext/deps.json b/pkgs/applications/editors/cudatext/deps.json
index 430061e0eb7..efb179333bf 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.03.23",
-    "sha256": "sha256-D/pQ4TSWUaL97Nau3bGi7rc8MxnvuoDcD7HDNEDwmsk="
+    "rev": "2022.04.06",
+    "sha256": "sha256-EnPOAl1qsdcYzmUgT5rSYqY/xOLSfDcMNCXIG8LC4H0="
   },
   "ATSynEdit_Cmp": {
     "owner": "Alexey-T",