about summary refs log tree commit diff
path: root/pkgs/applications/editors/orbiton
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-17 12:16:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-17 12:16:03 +0000
commitd7b06e3b8226c1142d0096328d480fbdffe129fe (patch)
tree80078a750651e62db54905678a0b5fef1cc33423 /pkgs/applications/editors/orbiton
parentf88c003dce3390d55c56f6f6ea07233ef7eb1795 (diff)
orbiton: 2.65.6 -> 2.65.8
Diffstat (limited to 'pkgs/applications/editors/orbiton')
-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 1b3e96a45113a..266e6cf3b3aa9 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.65.6";
+  version = "2.65.8";
 
   src = fetchFromGitHub {
     owner = "xyproto";
     repo = "orbiton";
     rev = "v${version}";
-    hash = "sha256-HJ1smXLycxcII6FjvXCvxipm7G+2SVweOMPwJ3aJxMg=";
+    hash = "sha256-1g2D79yUHeFz9jpmz1N5qDmpe1DA8xV82t78ZUVOhBE=";
   };
 
   vendorHash = null;