summary refs log tree commit diff
path: root/pkgs/applications/editors/cudatext/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-23 22:38:59 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-23 22:38:59 +0000
commit901acdf922c2628b54c8300f8f2ba32e0524e3fe (patch)
treef9475be450e8b52d7176ec993052b0a99b643e7b /pkgs/applications/editors/cudatext/default.nix
parent4a3d90135ba8d31ef4d5a19de23f7e74b9914d08 (diff)
downloadnixpkgs-901acdf922c2628b54c8300f8f2ba32e0524e3fe.tar
nixpkgs-901acdf922c2628b54c8300f8f2ba32e0524e3fe.tar.gz
nixpkgs-901acdf922c2628b54c8300f8f2ba32e0524e3fe.tar.bz2
nixpkgs-901acdf922c2628b54c8300f8f2ba32e0524e3fe.tar.lz
nixpkgs-901acdf922c2628b54c8300f8f2ba32e0524e3fe.tar.xz
nixpkgs-901acdf922c2628b54c8300f8f2ba32e0524e3fe.tar.zst
nixpkgs-901acdf922c2628b54c8300f8f2ba32e0524e3fe.zip
cudatext: 1.187.1 -> 1.188.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 1081ed1b10c..be9bb651e2a 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.187.1";
+  version = "1.188.0";
 
   src = fetchFromGitHub {
     owner = "Alexey-T";
     repo = "CudaText";
     rev = version;
-    hash = "sha256-OdeiJ+g2woNjjQI5z3TDSi9Tt8kOheUrd/Gak+fmXX0=";
+    hash = "sha256-h5lbZ7H9a24OQvisBcmHe5RfaXTz2/LX3b4x6ArraYQ=";
   };
 
   postPatch = ''