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-06-13 06:34:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-13 06:34:53 +0000
commit6e7a9f522dfbf6d8d7d24a3de435138f45e790bd (patch)
treee541db2bb5e627f906349edd6452a89a586bd74d /pkgs/applications/editors/orbiton
parent0bddaf943b6bdb8ecaf43543856e95d1fdf10dd7 (diff)
orbiton: 2.62.1 -> 2.62.3
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 878c587e5abda..5c08af915d975 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.62.1";
+  version = "2.62.3";
 
   src = fetchFromGitHub {
     owner = "xyproto";
     repo = "orbiton";
     rev = "v${version}";
-    hash = "sha256-viJlbBzV6zA/RbdF6kTNbER3ECayqS9hIns60kOa47c=";
+    hash = "sha256-/zIAF3LqOeIN91o33vntkBtQnESJhEDBljGPbMZvelc=";
   };
 
   vendorHash = null;