Merge pull request #317592 from DeeUnderscore/update/listenbrainz-mpd-2.3.7

listenbrainz-mpd: 2.3.6 -> 2.3.7
This commit is contained in:
Peder Bergebakken Sundt 2024-06-07 23:28:07 +02:00 committed by GitHub
commit 8a1bcceb06
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.6";
version = "2.3.7";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "elomatreb";
repo = "listenbrainz-mpd";
rev = "v${version}";
hash = "sha256-ZcpxMVUb24Ckb3CunibNYvDRk6MOsutUCUfElbUQ8Ok=";
hash = "sha256-xnVhPiHhI7VqkSBBlrKJBpdS6kd51DMlKWVnJIo/OQQ=";
};
cargoHash = "sha256-uZlzWxdruwPemUnvhjyh9uKRb8vj7462N/2u2bTGQgI=";
cargoHash = "sha256-Reglc7UtsFk+VIwg4Q9TIChVrWweuV6yPWxbtTDH6mU=";
nativeBuildInputs = [ pkg-config installShellFiles asciidoctor ];