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-07-23 01:50:35 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-23 01:50:35 +0000
commita7b16ed22e834a370c37e5e901f2c9ca5885451c (patch)
treee82eecb512916800d11ab19b787e43e8bc404c17 /pkgs/applications/editors/cudatext/default.nix
parentbc01a2be500c10f1507dcc8e98c9f5bd72c02aa3 (diff)
downloadnixpkgs-a7b16ed22e834a370c37e5e901f2c9ca5885451c.tar
nixpkgs-a7b16ed22e834a370c37e5e901f2c9ca5885451c.tar.gz
nixpkgs-a7b16ed22e834a370c37e5e901f2c9ca5885451c.tar.bz2
nixpkgs-a7b16ed22e834a370c37e5e901f2c9ca5885451c.tar.lz
nixpkgs-a7b16ed22e834a370c37e5e901f2c9ca5885451c.tar.xz
nixpkgs-a7b16ed22e834a370c37e5e901f2c9ca5885451c.tar.zst
nixpkgs-a7b16ed22e834a370c37e5e901f2c9ca5885451c.zip
cudatext: 1.167.0 -> 1.167.5
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 a1bcaefb93b..b91c4243b2b 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.167.0";
+  version = "1.167.5";
 
   src = fetchFromGitHub {
     owner = "Alexey-T";
     repo = "CudaText";
     rev = version;
-    sha256 = "sha256-cK96lcncSojEcQrZIPiJ9j9F4cIcaXvWNI9wuR3tVBU=";
+    sha256 = "sha256-sCqzVXBB2BClepD6+mrHw3GmFh17W0RVp4yTuNO4M3w=";
   };
 
   postPatch = ''