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-11-09 11:21:10 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-09 11:21:10 +0000
commitac520c672fed21ee4364fc37b7449900086f0cca (patch)
tree357fac31c8f1e7fd8c23dc7f7163121bfc5d4980 /pkgs/applications/editors/cudatext/default.nix
parentbbf77421ac51a7c93f5f0f760da99e4dbce614fa (diff)
downloadnixpkgs-ac520c672fed21ee4364fc37b7449900086f0cca.tar
nixpkgs-ac520c672fed21ee4364fc37b7449900086f0cca.tar.gz
nixpkgs-ac520c672fed21ee4364fc37b7449900086f0cca.tar.bz2
nixpkgs-ac520c672fed21ee4364fc37b7449900086f0cca.tar.lz
nixpkgs-ac520c672fed21ee4364fc37b7449900086f0cca.tar.xz
nixpkgs-ac520c672fed21ee4364fc37b7449900086f0cca.tar.zst
nixpkgs-ac520c672fed21ee4364fc37b7449900086f0cca.zip
cudatext: 1.175.0 -> 1.176.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 af60ffc9e58..7af47c46485 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.175.0";
+  version = "1.176.0";
 
   src = fetchFromGitHub {
     owner = "Alexey-T";
     repo = "CudaText";
     rev = version;
-    hash = "sha256-Q4T4CmMK+sxOst18pW4L4uMYzc/heMetntM0L+HrSlo=";
+    hash = "sha256-7J/FAcmZYmgbmYEFm2V3+RBUcLE+8A+yOiJd/xp2Aww=";
   };
 
   postPatch = ''