about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-26 03:23:14 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-26 03:23:14 +0000
commit15e29dc46dcf904fde15d5b6e559bf89c0368098 (patch)
tree1c3a922f6746dcbe6acb6783a78b772eb7b44d3b /pkgs/applications/editors
parent350b6b84e6892e471155dab8cb6f5edfa8e1084d (diff)
orbiton: 2.64.3 -> 2.65.0
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/orbiton/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/orbiton/default.nix b/pkgs/applications/editors/orbiton/default.nix
index 41b9d0b1f9da7..4c3fefad7fd37 100644
--- a/pkgs/applications/editors/orbiton/default.nix
+++ b/pkgs/applications/editors/orbiton/default.nix
@@ -4,13 +4,13 @@
 
 buildGoModule rec {
   pname = "orbiton";
-  version = "2.64.3";
+  version = "2.65.0";
 
   src = fetchFromGitHub {
     owner = "xyproto";
     repo = "orbiton";
     rev = "v${version}";
-    hash = "sha256-mx6k6OXr3iTCD1FTC7J1fnz7Gs/GyggHXnVywuPo5BY=";
+    hash = "sha256-ul5E5xOtH5qh5tNE+S/VhUOr079wHwgtXF7ZIAwGzgU=";
   };
 
   vendorHash = null;