fix: correct SRI hash for applemusic-mcp source
NixOS Configuration CI / Nix Flake Check (push) Successful in 17s
NixOS Configuration CI / Nix Flake Check (push) Successful in 17s
This commit is contained in:
@@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
owner = "epheterson";
|
owner = "epheterson";
|
||||||
repo = "applemusic-mcp";
|
repo = "applemusic-mcp";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-LD3/yKjhKl8oqCL3bmZ+3yv2fDbMZRA0dMbPWHlnzj4=";
|
hash = "sha256-N97bZyT8TWOrt1WS7W31OJaICwoUxFfcDDuRs+TweTQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
|
|||||||
Reference in New Issue
Block a user