Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

yaydl: 0.15.5 -> 0.17.1 (#362205)

authored by Weijia Wang and committed by GitHub 23e1908b a7e1e475

+3 -3
+3 -3
pkgs/tools/video/yaydl/default.nix
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "yaydl"; 14 - version = "0.15.5"; 15 16 src = fetchFromGitHub { 17 owner = "dertuxmalwieder"; 18 repo = pname; 19 rev = "release-${version}"; 20 - sha256 = "sha256-/GoRMdbTaRDZJaVXdsN+YKpWCgecOhqhRf3iaL0rmE8="; 21 }; 22 23 - cargoHash = "sha256-f81z4ssKyGheuI2WWweFBW8AoafsVgPkX1lYCHDSaaM="; 24 25 nativeBuildInputs = [ 26 pkg-config
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "yaydl"; 14 + version = "0.17.1"; 15 16 src = fetchFromGitHub { 17 owner = "dertuxmalwieder"; 18 repo = pname; 19 rev = "release-${version}"; 20 + sha256 = "sha256-mMV7fnl3tEM22LCTLXoXG9RQhPSQ7DXanSURdoa0+EI="; 21 }; 22 23 + cargoHash = "sha256-HsRg8SO9c9Fomeb5B+kOW3VDNIG4W+dagEwAoWqONyA="; 24 25 nativeBuildInputs = [ 26 pkg-config