Skip to content

Commit

Permalink
Merge pull request #303932 from DeeUnderscore/update/listenbrainz-mpd…
Browse files Browse the repository at this point in the history
…-2.3.4

listenbrainz-mpd: 2.3.3 -> 2.3.4
  • Loading branch information
NickCao authored Apr 14, 2024
2 parents 96a1bdb + e784c7a commit ea6c376
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/audio/listenbrainz-mpd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

Expand Down

0 comments on commit ea6c376

Please sign in to comment.