Unverified Commit 078dfb9c authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

listenbrainz-mpd: 2.3.8 -> 2.3.9 (#422719)

parents eae7b79d 1846c76b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,18 +13,18 @@

rustPlatform.buildRustPackage rec {
  pname = "listenbrainz-mpd";
  version = "2.3.8";
  version = "2.3.9";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "elomatreb";
    repo = "listenbrainz-mpd";
    rev = "v${version}";
    hash = "sha256-QBc0avci232UIxzTKlS0pjL7cCuvwAFgw6dSwdtYAtU=";
    hash = "sha256-j9MlvE2upocwC5xxroms3am6tqJX30sSw7PFNw8Ofog=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-NQXXR6b1XZDihVoRNFJLXtMNjlzOIzkc4rthwx0A7AE=";
  cargoHash = "sha256-1x3F2TqNlqwfPUvLwU8ac4aEeEwpIy5gEyxRBC0Q5YM=";

  nativeBuildInputs = [
    pkg-config