audiobookshelf-mcp: fix src hash (from CI), still need vendorHash
NixOS Configuration CI / Nix Flake Check (pull_request) Failing after 14s

This commit is contained in:
2026-07-12 11:14:43 +00:00
parent 617bb9cab5
commit d009717854
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ buildGoModule rec {
owner = "michaeldvinci";
repo = "audiobookshelf-mcp";
rev = "e790d9c75085772180c95f2ec1376acc98e9282c";
hash = lib.fakeHash;
hash = "sha256-vQR+Ej3Qtg8ehIUWnXkSayNYpqnOZPWV0TpTVPYh+io=";
};
vendorHash = lib.fakeHash;