about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2023-04-25 19:54:53 +0400
committerGitHub <noreply@github.com>2023-04-25 19:54:53 +0400
commit132b7981ef4ea88d9810ff286c1bee06bb8bf022 (patch)
tree5bcb6512de5edcba300e0faed5c0fc99b58fe1ba /pkgs/applications/editors
parent33254c59fbb94bfa8e224dc89bbb53253ea4c87d (diff)
parentaa7e3f35c5ea931f382fd8f452264c68e7036ba3 (diff)
Merge pull request #228080 from r-ryantm/auto-update/orbiton
orbiton: 2.60.6 -> 2.61.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 321bd1358e2fc..59723a0432535 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.60.6";
+  version = "2.61.0";
 
   src = fetchFromGitHub {
     owner = "xyproto";
     repo = "orbiton";
     rev = "v${version}";
-    hash = "sha256-uDxdv7HlswGsuM4UewZOO45/P9jIOo4bb0T1RrQqtpg=";
+    hash = "sha256-GknQXHwpdIRzSjIc1ITsoiaks4Vi5KmVqL7sHzmfnmQ=";
   };
 
   vendorHash = null;