summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-12 21:58:21 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-12 21:58:21 +0000
commit9ebc64b7ee6bc0dd6f06d46bb186d5045af511ed (patch)
tree4da0c7b351cd5d62627aef7627ea566ef9d92acc /pkgs/applications/editors
parent093f098d2684283c8a0ea9b156a6edbbfff66e02 (diff)
downloadnixpkgs-9ebc64b7ee6bc0dd6f06d46bb186d5045af511ed.tar
nixpkgs-9ebc64b7ee6bc0dd6f06d46bb186d5045af511ed.tar.gz
nixpkgs-9ebc64b7ee6bc0dd6f06d46bb186d5045af511ed.tar.bz2
nixpkgs-9ebc64b7ee6bc0dd6f06d46bb186d5045af511ed.tar.lz
nixpkgs-9ebc64b7ee6bc0dd6f06d46bb186d5045af511ed.tar.xz
nixpkgs-9ebc64b7ee6bc0dd6f06d46bb186d5045af511ed.tar.zst
nixpkgs-9ebc64b7ee6bc0dd6f06d46bb186d5045af511ed.zip
orbiton: 2.65.1 -> 2.65.2
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 b541f7a9049..a4822d43154 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.1";
+  version = "2.65.2";
 
   src = fetchFromGitHub {
     owner = "xyproto";
     repo = "orbiton";
     rev = "v${version}";
-    hash = "sha256-ebtzhir6nBnIawkJJq+BgXv/5CbXtbhujXkMBzQEsNY=";
+    hash = "sha256-wuRbn3zQlyqba21tKLVCRfs8QgreWQ+FBFDw6myoYbk=";
   };
 
   vendorHash = null;