multi-scrobbler: 0.16.2 -> 0.16.4 (#553866)

This commit is contained in:
Nick Cao
2026-08-20 16:30:28 +00:00
committed by GitHub

View File

@@ -9,18 +9,18 @@
buildNpmPackage (finalAttrs: {
pname = "multi-scrobbler";
version = "0.16.2";
version = "0.16.4";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "FoxxMD";
repo = "multi-scrobbler";
tag = finalAttrs.version;
hash = "sha256-R+CwL+Kp3C5wg1LFt0XlksMtRFt+7YItR3t4QPpND6w=";
hash = "sha256-Inzenh6wnv65ZrfdcSEfqXXhW96TabyNvla37zfxtJQ=";
};
npmDepsFetcherVersion = 2;
npmDepsHash = "sha256-aqwiOajXjB6FbHzhXxTSpSxDBWkdYj9O+I1XqoEWgbE=";
npmDepsHash = "sha256-/oQbIxmTRnpfZruMykwv7tQabchYgUgun5tFAoctTRQ=";
nativeBuildInputs = [ makeWrapper ];