Unverified Commit 96b8e958 authored by Fernando Rodrigues's avatar Fernando Rodrigues
Browse files

music-player: 0.2.0-alpha.14-unstable-2024-08-24 -> 0.2.0-alpha.14-unstable-2024-10-02

parent 6ee0f366
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -11,17 +11,16 @@

rustPlatform.buildRustPackage rec {
  pname = "music-player";
  version = "0.2.0-alpha.14-unstable-2024-08-24";
  version = "0.2.0-alpha.14-unstable-2024-10-02";

  src = fetchFromGitHub {
    owner = "tsirysndr";
    repo = "music-player";
    # No patch for 0.2.0, diff patch has a big size, temporarily until the next release
    rev = "cf01ae4d2dcf5c804559250f2c7f922d870ae26d";
    hash = "sha256-8C8uFnXSBalLD2MUgzzfg4ylvTVecyPJOSUri5jbvkM=";
    rev = "cbf03c3f2f0f9baca831b08ec27d9b31438faa3d";
    hash = "sha256-BG0MU6IdFQX+C4BxTZlq5I7a4BQmUTvwAQALw5/UPBE=";
  };

  cargoHash = "sha256-JmyuA5p6/7jtNuOMWuAuspYYid+dGOeollIlS0DRCIE=";
  cargoHash = "sha256-t/jdVTdmaJk8Sb43XEuVCKa4kSR+ZrIEmMQKWeVpB70=";

  nativeBuildInputs =
    [