mpd-mpris: use tag and hash in the fetcher

This commit is contained in:
wxlyyy
2026-01-15 23:59:30 +08:00
parent 828687f82c
commit 77b6d9db6d
+2 -2
View File
@@ -11,8 +11,8 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "natsukagami";
repo = "mpd-mpris";
rev = "v${version}";
sha256 = "sha256-w8OH34JW++OYLpNIHfQvc45dFyU/wVWVa+vEwWb8VqU=";
tag = "v${version}";
hash = "sha256-w8OH34JW++OYLpNIHfQvc45dFyU/wVWVa+vEwWb8VqU=";
};
vendorHash = "sha256-ugJEw02jSsfObljDaup31zoQlf2HvwDRUljD7lp7Ys4=";