summary refs log tree commit diff
path: root/pkgs/applications/editors/cudatext/default.nix
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@gmail.com>2021-08-06 03:34:37 +0300
committerNikolay Korotkiy <sikmir@gmail.com>2021-08-23 18:48:35 +0300
commit6a14292010747a5b766d1584a0b46211bc2c0dfd (patch)
tree0a726c1ba054adb0212f78678edb6781227fced2 /pkgs/applications/editors/cudatext/default.nix
parent5bc8b980b9178ef9a4bb622320cf34e59ea2ea10 (diff)
downloadnixpkgs-6a14292010747a5b766d1584a0b46211bc2c0dfd.tar
nixpkgs-6a14292010747a5b766d1584a0b46211bc2c0dfd.tar.gz
nixpkgs-6a14292010747a5b766d1584a0b46211bc2c0dfd.tar.bz2
nixpkgs-6a14292010747a5b766d1584a0b46211bc2c0dfd.tar.lz
nixpkgs-6a14292010747a5b766d1584a0b46211bc2c0dfd.tar.xz
nixpkgs-6a14292010747a5b766d1584a0b46211bc2c0dfd.tar.zst
nixpkgs-6a14292010747a5b766d1584a0b46211bc2c0dfd.zip
cudatext: 1.139.5 → 1.142.0
Diffstat (limited to 'pkgs/applications/editors/cudatext/default.nix')
-rw-r--r--pkgs/applications/editors/cudatext/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/cudatext/default.nix b/pkgs/applications/editors/cudatext/default.nix
index ad25fb898ba..ad06c80f3a4 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.139.5";
+  version = "1.142.0";
 
   src = fetchFromGitHub {
     owner = "Alexey-T";
     repo = "CudaText";
     rev = version;
-    sha256 = "sha256-oBdEPLnM08gC3FZNDi1uyGar2MP8EmFkWJhH+fr6gBA=";
+    sha256 = "sha256-4kVi921dromMqiAuFjm2EOCDXCq4oT+ijko4/uT4LLs=";
   };
 
   postPatch = ''