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-02-27 23:13:08 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-27 23:13:08 +0000
commit77bbdaa9be377676cadd55febcb2cafe76f7b853 (patch)
tree50bc1c5a1adb72e40549473ba7da357d5c89de2f /pkgs/applications/editors/cudatext/default.nix
parenta12ccf900be540e6c2216f50628b377cd074e9b8 (diff)
downloadnixpkgs-77bbdaa9be377676cadd55febcb2cafe76f7b853.tar
nixpkgs-77bbdaa9be377676cadd55febcb2cafe76f7b853.tar.gz
nixpkgs-77bbdaa9be377676cadd55febcb2cafe76f7b853.tar.bz2
nixpkgs-77bbdaa9be377676cadd55febcb2cafe76f7b853.tar.lz
nixpkgs-77bbdaa9be377676cadd55febcb2cafe76f7b853.tar.xz
nixpkgs-77bbdaa9be377676cadd55febcb2cafe76f7b853.tar.zst
nixpkgs-77bbdaa9be377676cadd55febcb2cafe76f7b853.zip
cudatext-qt: 1.185.0 -> 1.186.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 d5e2f4b6580..9d22963ebff 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.185.0";
+  version = "1.186.0";
 
   src = fetchFromGitHub {
     owner = "Alexey-T";
     repo = "CudaText";
     rev = version;
-    hash = "sha256-hzEDKpH1dShmEZ6EYkA5rLtbJc2ukw7Gs7spMjiocCE=";
+    hash = "sha256-CzCPz/Bny57nkxR21ACXjhAoplVVm4TVSbH6De+fKfI=";
   };
 
   postPatch = ''