fix: correct SRI hash for applemusic-mcp source
NixOS Configuration CI / Nix Flake Check (push) Successful in 17s

This commit is contained in:
2026-06-25 16:12:48 +02:00
parent 87e2b844e8
commit ac60ea8712
+1 -1
View File
@@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
owner = "epheterson";
repo = "applemusic-mcp";
rev = "v${version}";
hash = "sha256-LD3/yKjhKl8oqCL3bmZ+3yv2fDbMZRA0dMbPWHlnzj4=";
hash = "sha256-N97bZyT8TWOrt1WS7W31OJaICwoUxFfcDDuRs+TweTQ=";
};
build-system = with python3Packages; [