Unverified Commit 6d2273bf authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #311607 from Aleksanaa/waylyrics

waylyrics: 0.3.5 -> 0.3.8
parents 84f4059d e533adc8
Loading
Loading
Loading
Loading
+0 −4174

File deleted.

Preview size limit exceeded, changes collapsed.

+3 −12
Original line number Diff line number Diff line
@@ -9,25 +9,16 @@

rustPlatform.buildRustPackage rec {
  pname = "waylyrics";
  version = "0.3.5";
  version = "0.3.8";

  src = fetchFromGitHub {
    owner = "waylyrics";
    repo = "waylyrics";
    rev = "v${version}";
    hash = "sha256-44O2+OLsBZhl0/0910RsdCe8cHt6UGhYF7CUfhsFQU8=";
    hash = "sha256-ZOz8LkMznSX/7nSu7IpZ8kVemo2AuRLOgrS3WWg+BXU=";
  };

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "ksni-0.2.1" = "sha256-kjirYZVDP9e7/933L7gwSgVrNInSTbsRCAfnhUqmcLI=";
    };
  };

  postPatch = ''
    cp ${./Cargo.lock} Cargo.lock
  '';
  cargoHash = "sha256-mURcz3i98qlsn/rzZjeJncyVX5xsuqWY2/PcNA6WAWQ=";

  nativeBuildInputs = [ pkg-config wrapGAppsHook4 ];
  buildInputs = [ openssl dbus ];