waylyrics: 0.3.8 -> 0.3.9
This commit is contained in:
parent
f37d2a285a
commit
938e227f09
@ -9,16 +9,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "waylyrics";
|
pname = "waylyrics";
|
||||||
version = "0.3.8";
|
version = "0.3.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "waylyrics";
|
owner = "waylyrics";
|
||||||
repo = "waylyrics";
|
repo = "waylyrics";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ZOz8LkMznSX/7nSu7IpZ8kVemo2AuRLOgrS3WWg+BXU=";
|
hash = "sha256-RLqBjN5haZKjbTK8U2Y62IY+D9lR3NaHK3erAcauhzE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-mURcz3i98qlsn/rzZjeJncyVX5xsuqWY2/PcNA6WAWQ=";
|
cargoHash = "sha256-yEoYPG362rloCXVO23/qR8vbmxHv2hot3AhYgJknrOY=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config wrapGAppsHook4 ];
|
nativeBuildInputs = [ pkg-config wrapGAppsHook4 ];
|
||||||
buildInputs = [ openssl dbus ];
|
buildInputs = [ openssl dbus ];
|
||||||
|
Loading…
Reference in New Issue
Block a user