Unverified Commit 5ce9c57e authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

muso: avoid build failure using an updated lockfile

parent c5445c0f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

rustPlatform.buildRustPackage rec {
  pname = "muso";
  version = "2.0.0";
  version = "unstable-2021-09-02";

  src = fetchFromGitHub {
    owner = "quebin31";
    repo = pname;
    rev = "68cc90869bcc0f202830a318fbfd6bb9bdb75a39";
    sha256 = "1dnfslliss173igympl7h1zc0qz0g10kf96dwrcj6aglmvvw426p";
    rev = "6dd1c6d3a82b21d4fb2606accf2f26179eb6eaf9";
    hash = "sha256-09DWUER0ZWQuwfE3sjov2GjJNI7coE3D3E5iUy9mlSE=";
  };

  nativeBuildInputs = [ pkg-config wrapGAppsHook ];
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
    cp share/* $out/share/muso/
  '';

  cargoSha256 = "1hgdzyz005244f2mh97js9ga0a6s2hcd6iydz07f1hmhsh1j2bwy";
  cargoHash = "sha256-+UVUejKCfjC6zdW315wmu7f3A5GmnoQ3rIk8SK6LIRI=";

  meta = with lib; {
    broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;