Merge pull request #303932 from DeeUnderscore/update/listenbrainz-mpd-2.3.4

listenbrainz-mpd: 2.3.3 -> 2.3.4
This commit is contained in:
Nick Cao 2024-04-14 10:47:00 -04:00 committed by GitHub
commit ea6c376ee9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,17 +14,17 @@
rustPlatform.buildRustPackage rec {
pname = "listenbrainz-mpd";
version = "2.3.3";
version = "2.3.4";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "elomatreb";
repo = "listenbrainz-mpd";
rev = "v${version}";
hash = "sha256-4FNFaVi+fxoXo2tl+bynHqh8yRt0Q4z/El/4m0GXZUY=";
hash = "sha256-QHhSrmBNvUTffPzjns670Tn3Z3UDcDvarq605Qx9k4w=";
};
cargoHash = "sha256-FS7OYzKx/lQh86QQ8Dk9v1JrWUxPHNz3kITiEJ3sNng=";
cargoHash = "sha256-vtU439Pd3zWx+qakh1xTENQhun7S+WsJMndXqPWrPWU=";
nativeBuildInputs = [ pkg-config installShellFiles asciidoctor ];