mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 08:08:11 +00:00
Merge pull request #242566 from r-ryantm/auto-update/orbiton
orbiton: 2.62.3 -> 2.62.5
This commit is contained in:
commit
72c08deeab
@ -4,13 +4,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "orbiton";
|
||||
version = "2.62.3";
|
||||
version = "2.62.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xyproto";
|
||||
repo = "orbiton";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-/zIAF3LqOeIN91o33vntkBtQnESJhEDBljGPbMZvelc=";
|
||||
hash = "sha256-g95cWzV2Hrm+0piCyHZQ4ky1k0aaFil9YJE9Hk5lfYE=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
|
Loading…
Reference in New Issue
Block a user