about summary refs log tree commit diff
path: root/pkgs/applications/misc/autospotting
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-07-04 02:30:39 +0000
committerAaron Jheng <wentworth@outlook.com>2023-07-04 02:30:39 +0000
commita54fd9a15875b511f7f3370dfb1db25b11ef7dc7 (patch)
treedcbcd3c32b26084c4fccababec42d872f3685ee2 /pkgs/applications/misc/autospotting
parentdef69c9afd3d15b127365c0f12699470e9a650a7 (diff)
autospotting: unstable-2022-02-17 -> unstable-2023-07-03
Diffstat (limited to 'pkgs/applications/misc/autospotting')
-rw-r--r--pkgs/applications/misc/autospotting/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/misc/autospotting/default.nix b/pkgs/applications/misc/autospotting/default.nix
index 985b8136a0a6c..0018102bd8176 100644
--- a/pkgs/applications/misc/autospotting/default.nix
+++ b/pkgs/applications/misc/autospotting/default.nix
@@ -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" ];