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-05-08 02:22:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-08 02:22:43 +0000
commit36659ccc58e276cc9144b7c3c06f8c043bd49218 (patch)
tree65b874cc0f355811ab99393b498a5733da890396 /pkgs/applications/editors/cudatext/default.nix
parent7a252443c1a9e549ea6b44cbc3f9ade113137479 (diff)
downloadnixpkgs-36659ccc58e276cc9144b7c3c06f8c043bd49218.tar
nixpkgs-36659ccc58e276cc9144b7c3c06f8c043bd49218.tar.gz
nixpkgs-36659ccc58e276cc9144b7c3c06f8c043bd49218.tar.bz2
nixpkgs-36659ccc58e276cc9144b7c3c06f8c043bd49218.tar.lz
nixpkgs-36659ccc58e276cc9144b7c3c06f8c043bd49218.tar.xz
nixpkgs-36659ccc58e276cc9144b7c3c06f8c043bd49218.tar.zst
nixpkgs-36659ccc58e276cc9144b7c3c06f8c043bd49218.zip
cudatext: 1.193.0 -> 1.193.3
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 1b6dda1eeab..61bfb75fb93 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.193.0";
+  version = "1.193.3";
 
   src = fetchFromGitHub {
     owner = "Alexey-T";
     repo = "CudaText";
     rev = version;
-    hash = "sha256-vMTE6oe11ajO+Dw5pcgXEKSl8LR+3GI4DHH5KxS3Msw=";
+    hash = "sha256-zkSdMXIfUT+QfRi7CT3JlVLAvtLGbOGAaQkYNMAIZeI=";
   };
 
   postPatch = ''