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-11-01 04:42:40 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2023-11-04 09:01:13 -0700
commit8cf210a55e1811e17a33574d9f59e36653089263 (patch)
tree40bce5a02629552dff2a9ef7913d23178add49e8 /pkgs/applications/editors/cudatext/default.nix
parentedb9770975996f4197c5629586101c0a30a7fd68 (diff)
downloadnixpkgs-8cf210a55e1811e17a33574d9f59e36653089263.tar
nixpkgs-8cf210a55e1811e17a33574d9f59e36653089263.tar.gz
nixpkgs-8cf210a55e1811e17a33574d9f59e36653089263.tar.bz2
nixpkgs-8cf210a55e1811e17a33574d9f59e36653089263.tar.lz
nixpkgs-8cf210a55e1811e17a33574d9f59e36653089263.tar.xz
nixpkgs-8cf210a55e1811e17a33574d9f59e36653089263.tar.zst
nixpkgs-8cf210a55e1811e17a33574d9f59e36653089263.zip
cudatext-qt: 1.200.0 -> 1.201.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 9eed461413a..84df7d5b0c2 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.200.0";
+  version = "1.201.0";
 
   src = fetchFromGitHub {
     owner = "Alexey-T";
     repo = "CudaText";
     rev = version;
-    hash = "sha256-0+bjp9JOR06wLzA3CJqtGjCK1M0qPdzoLRt6+fV8tJ0=";
+    hash = "sha256-Do2JPNZtoi7zbUnJomQAZ8zR/WPB6+G051xZWmeUBP4=";
   };
 
   postPatch = ''