Merge pull request #241389 from aaronjheng/autospotting

autospotting: unstable-2022-02-17 -> unstable-2023-07-03
This commit is contained in:
Weijia Wang 2023-07-06 13:42:12 +03:00 committed by GitHub
commit e837d35679
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "autospotting";
version = "unstable-2022-02-17";
version = "unstable-2023-07-03";
src = fetchFromGitHub {
owner = "cloudutil";
owner = "LeanerCloud";
repo = "AutoSpotting";
rev = "f295a1f86c4a21144fc7fe28a69da5668fb7ad0c";
sha256 = "sha256-n5R5RM2fv3JWqtbSsyb7GWS4032dkgcihAKbpjB/5PM=";
rev = "6b08f61d72eafddf01bb68ccb789505f1c7be3eb";
hash = "sha256-gW8AIPqwNXfjsPxPv/5+gF374wTw8iavhjmlG4Onkxg=";
};
vendorSha256 = "sha256-w7OHGZ7zntu8ZlI5gA19Iq7TKR23BQk9KpkUO+njL9Q=";
vendorHash = "sha256-RuBchKainwE6RM3AphKWjndGZc1nh7A/Xxcacq1r7Nk=";
excludedPackages = [ "scripts" ];