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-04-09 16:04:26 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-09 16:04:26 +0000
commit018dc1da67f832a2834cd02db43263f599c65fb4 (patch)
tree143ec9661e8383cc1f8bd4684df4e8703e54d2d0 /pkgs/applications/editors/cudatext/default.nix
parentc29ccca1a3158d7ccd38b0a82ffa3a270ab4875a (diff)
downloadnixpkgs-018dc1da67f832a2834cd02db43263f599c65fb4.tar
nixpkgs-018dc1da67f832a2834cd02db43263f599c65fb4.tar.gz
nixpkgs-018dc1da67f832a2834cd02db43263f599c65fb4.tar.bz2
nixpkgs-018dc1da67f832a2834cd02db43263f599c65fb4.tar.lz
nixpkgs-018dc1da67f832a2834cd02db43263f599c65fb4.tar.xz
nixpkgs-018dc1da67f832a2834cd02db43263f599c65fb4.tar.zst
nixpkgs-018dc1da67f832a2834cd02db43263f599c65fb4.zip
cudatext: 1.189.0 -> 1.190.1
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 6f897ad3926..ddbf234aee1 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.189.0";
+  version = "1.190.1";
 
   src = fetchFromGitHub {
     owner = "Alexey-T";
     repo = "CudaText";
     rev = version;
-    hash = "sha256-adSX/J/p6E6vz7O5Cg3DgYQjrJYaEcOhYSDQqii68eg=";
+    hash = "sha256-JnFvbCSDRkw2/BXoSCB9IcB5hwrhB+hvS1xLj5eAQbs=";
   };
 
   postPatch = ''