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-04 04:15:39 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-04 04:15:39 +0000
commit751b6c452b873319f5a04f147fc983390b9fe6ee (patch)
treec92718205d0e05bc1f2e98bb0387e48934d95e86 /pkgs/applications/editors/cudatext/default.nix
parentaed7e0cf916a59488cb04de3506561b59e0f4f41 (diff)
downloadnixpkgs-751b6c452b873319f5a04f147fc983390b9fe6ee.tar
nixpkgs-751b6c452b873319f5a04f147fc983390b9fe6ee.tar.gz
nixpkgs-751b6c452b873319f5a04f147fc983390b9fe6ee.tar.bz2
nixpkgs-751b6c452b873319f5a04f147fc983390b9fe6ee.tar.lz
nixpkgs-751b6c452b873319f5a04f147fc983390b9fe6ee.tar.xz
nixpkgs-751b6c452b873319f5a04f147fc983390b9fe6ee.tar.zst
nixpkgs-751b6c452b873319f5a04f147fc983390b9fe6ee.zip
cudatext: 1.174.0 -> 1.175.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 f80a598aea9..af60ffc9e58 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.174.0";
+  version = "1.175.0";
 
   src = fetchFromGitHub {
     owner = "Alexey-T";
     repo = "CudaText";
     rev = version;
-    hash = "sha256-3jj04ndyuJpfXu9z8j/Pdp8yNybmzLbrPr/S+uV7Rfg=";
+    hash = "sha256-Q4T4CmMK+sxOst18pW4L4uMYzc/heMetntM0L+HrSlo=";
   };
 
   postPatch = ''