Skip to content

Commit

Permalink
orbiton: 2.65.12 → 2.67.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir committed Oct 21, 2024
1 parent 926039f commit 816539e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/or/orbiton/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

buildGoModule rec {
pname = "orbiton";
version = "2.65.12";
version = "2.67.1";

src = fetchFromGitHub {
owner = "xyproto";
repo = "orbiton";
rev = "v${version}";
hash = "sha256-1KVw2dj//6vwUUj1jVWe2J/9F6J8BQsvCAEbJZnW26c=";
hash = "sha256-/5USD588kr3uB/Zs1ASKVgxH4kAWZCNBrZL7qqx49gU=";
};

vendorHash = null;
Expand Down

0 comments on commit 816539e

Please sign in to comment.