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-10-01 22:44:11 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2023-10-06 17:00:21 -0700
commit4123ce5e2f7948b625d3981561c7277b735fc089 (patch)
treef1ff794e3031a54556db521f826f34f2d865d89c /pkgs/applications/editors/orbiton
parente0ae45dbc578efa7eb8983c9c9ef53cb755991b8 (diff)
orbiton: 2.65.0 -> 2.65.1
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 4c3fefad7fd37..b541f7a9049d7 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.0";
+  version = "2.65.1";
 
   src = fetchFromGitHub {
     owner = "xyproto";
     repo = "orbiton";
     rev = "v${version}";
-    hash = "sha256-ul5E5xOtH5qh5tNE+S/VhUOr079wHwgtXF7ZIAwGzgU=";
+    hash = "sha256-ebtzhir6nBnIawkJJq+BgXv/5CbXtbhujXkMBzQEsNY=";
   };
 
   vendorHash = null;