about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2023-09-26 21:23:26 +0400
committerGitHub <noreply@github.com>2023-09-26 21:23:26 +0400
commit8ab2b1221df4ffaafe779f7c2e4880977695d8d5 (patch)
tree7cc3c89012f759e3436dd68900dd225a0afc2168 /pkgs/applications/editors
parent9e089e294fef810cfad70843f5e4506349a363f4 (diff)
parent15e29dc46dcf904fde15d5b6e559bf89c0368098 (diff)
Merge pull request #257374 from r-ryantm/auto-update/orbiton
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;