Merge pull request #313050 from r-ryantm/auto-update/listenbrainz-mpd

listenbrainz-mpd: 2.3.5 -> 2.3.6
This commit is contained in:
Weijia Wang 2024-05-20 22:19:55 +02:00 committed by GitHub
commit 953242b034
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.5";
version = "2.3.6";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "elomatreb";
repo = "listenbrainz-mpd";
rev = "v${version}";
hash = "sha256-z3SVpPCWZqCVXPKbPxZAKGtk8Z/Tf5PULn0dWsKlVrE=";
hash = "sha256-ZcpxMVUb24Ckb3CunibNYvDRk6MOsutUCUfElbUQ8Ok=";
};
cargoHash = "sha256-eCdUrxt9edJm6K3f8V8bjgYWMq3mgj/ZfUZYWE3ZBqw=";
cargoHash = "sha256-uZlzWxdruwPemUnvhjyh9uKRb8vj7462N/2u2bTGQgI=";
nativeBuildInputs = [ pkg-config installShellFiles asciidoctor ];