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>2022-01-21 05:17:26 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-21 05:17:26 +0000
commit78668ffca468cc1dca6fe7102fb4aa8ff8891947 (patch)
tree448a0068a836f5759e9d57879b4e489b1159c879 /pkgs/applications/editors/cudatext/default.nix
parent63525691f22f121b1689241342b2fbfc4131cf5e (diff)
downloadnixpkgs-78668ffca468cc1dca6fe7102fb4aa8ff8891947.tar
nixpkgs-78668ffca468cc1dca6fe7102fb4aa8ff8891947.tar.gz
nixpkgs-78668ffca468cc1dca6fe7102fb4aa8ff8891947.tar.bz2
nixpkgs-78668ffca468cc1dca6fe7102fb4aa8ff8891947.tar.lz
nixpkgs-78668ffca468cc1dca6fe7102fb4aa8ff8891947.tar.xz
nixpkgs-78668ffca468cc1dca6fe7102fb4aa8ff8891947.tar.zst
nixpkgs-78668ffca468cc1dca6fe7102fb4aa8ff8891947.zip
cudatext: 1.153.0 -> 1.155.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 c4e5880f6a3..3654a75fd8f 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.153.0";
+  version = "1.155.0";
 
   src = fetchFromGitHub {
     owner = "Alexey-T";
     repo = "CudaText";
     rev = version;
-    sha256 = "sha256-3p5wb3buZtd1gnNoEJOclNO8xEYJBZYc86HfrkFrBWU=";
+    sha256 = "sha256-k6ALTbA2PhMZscinXKceM7MSzgr759Y6GxMrQAXMgwM=";
   };
 
   postPatch = ''