about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-26 23:28:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-26 23:28:05 +0000
commit223edbb43496cd36c7d6694dc772dc1709bcd52e (patch)
tree6957ad24d8a4f2b960b54a534d3077ba2f5e51a8 /pkgs/applications/editors
parentd8a74c29c90fb0047efff1f79d4e410dd4c79db7 (diff)
orbiton: 2.61.0 -> 2.62.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 59723a0432535..840fc180e621a 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.61.0";
+  version = "2.62.0";
 
   src = fetchFromGitHub {
     owner = "xyproto";
     repo = "orbiton";
     rev = "v${version}";
-    hash = "sha256-GknQXHwpdIRzSjIc1ITsoiaks4Vi5KmVqL7sHzmfnmQ=";
+    hash = "sha256-DmS0rn1v9zksSzO7FVl5YsIIXvhQ3zhSBC/i7tosdag=";
   };
 
   vendorHash = null;