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-11-17 08:25:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-17 08:25:27 +0000
commitde8a49ee22c4e1946f56c8bc3aa5088b3753bb28 (patch)
treedb21c7b24910fd8404209b34eff41368e36d8775 /pkgs/applications/editors/cudatext/default.nix
parente3de8469478237f377e9e06edbd9b34c59f2c900 (diff)
downloadnixpkgs-de8a49ee22c4e1946f56c8bc3aa5088b3753bb28.tar
nixpkgs-de8a49ee22c4e1946f56c8bc3aa5088b3753bb28.tar.gz
nixpkgs-de8a49ee22c4e1946f56c8bc3aa5088b3753bb28.tar.bz2
nixpkgs-de8a49ee22c4e1946f56c8bc3aa5088b3753bb28.tar.lz
nixpkgs-de8a49ee22c4e1946f56c8bc3aa5088b3753bb28.tar.xz
nixpkgs-de8a49ee22c4e1946f56c8bc3aa5088b3753bb28.tar.zst
nixpkgs-de8a49ee22c4e1946f56c8bc3aa5088b3753bb28.zip
cudatext: 1.201.0 -> 1.201.0.2
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 84df7d5b0c2..7ea83aa2346 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.201.0";
+  version = "1.201.0.2";
 
   src = fetchFromGitHub {
     owner = "Alexey-T";
     repo = "CudaText";
     rev = version;
-    hash = "sha256-Do2JPNZtoi7zbUnJomQAZ8zR/WPB6+G051xZWmeUBP4=";
+    hash = "sha256-ke7i0eeZHEsVhtzaS0AeLQOrYE1F+ppCwjR2TWeJQPA=";
   };
 
   postPatch = ''