yaydl: 0.14.1 -> 0.15.5

This commit is contained in:
R. Ryantm 2024-10-17 09:05:39 +00:00
parent f67841950f
commit 92562a9d48

View File

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "yaydl"; pname = "yaydl";
version = "0.14.1"; version = "0.15.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dertuxmalwieder"; owner = "dertuxmalwieder";
repo = pname; repo = pname;
rev = "release-${version}"; rev = "release-${version}";
sha256 = "sha256-BH+SRr+RYfKsXrzpqggQDJSs+aWJRSi/5tDX5mjpDkk="; sha256 = "sha256-/GoRMdbTaRDZJaVXdsN+YKpWCgecOhqhRf3iaL0rmE8=";
}; };
cargoHash = "sha256-q4gwa4KoWiQWKKI3sp00koiH9Ndj23a8F07e72xSF1M="; cargoHash = "sha256-f81z4ssKyGheuI2WWweFBW8AoafsVgPkX1lYCHDSaaM=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config