summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2023-10-14 02:14:38 +0400
committerGitHub <noreply@github.com>2023-10-14 02:14:38 +0400
commit64449b8cdc6f7263ab768ca21b1d9ca6ef0595bb (patch)
treead72f8cf82292c42e6e5cd23e4bce4e6b1c784c7 /pkgs/applications/editors
parentd80ad25cf825dc37c90af1f8ebe4aff0e7d0f03d (diff)
parent9ebc64b7ee6bc0dd6f06d46bb186d5045af511ed (diff)
downloadnixpkgs-64449b8cdc6f7263ab768ca21b1d9ca6ef0595bb.tar
nixpkgs-64449b8cdc6f7263ab768ca21b1d9ca6ef0595bb.tar.gz
nixpkgs-64449b8cdc6f7263ab768ca21b1d9ca6ef0595bb.tar.bz2
nixpkgs-64449b8cdc6f7263ab768ca21b1d9ca6ef0595bb.tar.lz
nixpkgs-64449b8cdc6f7263ab768ca21b1d9ca6ef0595bb.tar.xz
nixpkgs-64449b8cdc6f7263ab768ca21b1d9ca6ef0595bb.tar.zst
nixpkgs-64449b8cdc6f7263ab768ca21b1d9ca6ef0595bb.zip
Merge pull request #260781 from r-ryantm/auto-update/orbiton
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;