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-09-06 19:38:23 +0300
committerNikolay Korotkiy <sikmir@gmail.com>2021-09-06 19:38:23 +0300
commitee2a63485d3ced32f1c23aa0c3f89d7b031d1044 (patch)
tree7486be960c78609dda2d1c7b61f61dbaa8015e71 /pkgs/applications/editors/cudatext/default.nix
parent105b9fcb8b685cacb91ba478ff25e620a3e2e50b (diff)
downloadnixpkgs-ee2a63485d3ced32f1c23aa0c3f89d7b031d1044.tar
nixpkgs-ee2a63485d3ced32f1c23aa0c3f89d7b031d1044.tar.gz
nixpkgs-ee2a63485d3ced32f1c23aa0c3f89d7b031d1044.tar.bz2
nixpkgs-ee2a63485d3ced32f1c23aa0c3f89d7b031d1044.tar.lz
nixpkgs-ee2a63485d3ced32f1c23aa0c3f89d7b031d1044.tar.xz
nixpkgs-ee2a63485d3ced32f1c23aa0c3f89d7b031d1044.tar.zst
nixpkgs-ee2a63485d3ced32f1c23aa0c3f89d7b031d1044.zip
cudatext: 1.142.0 → 1.143.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 ad06c80f3a4..ed60c07c8c8 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.142.0";
+  version = "1.143.0";
 
   src = fetchFromGitHub {
     owner = "Alexey-T";
     repo = "CudaText";
     rev = version;
-    sha256 = "sha256-4kVi921dromMqiAuFjm2EOCDXCq4oT+ijko4/uT4LLs=";
+    sha256 = "sha256-j8J4OA4J43XIJKBMx8hQy7h1BcKfEhWvpgmpNmi/yrw=";
   };
 
   postPatch = ''