Skip to content

Commit

Permalink
yt-dlp: 2024.9.27 -> 2024.10.7 (NixOS#347247)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and patka-123 committed Oct 8, 2024
2 parents 10ea84d + 0dc2fe7 commit fc95b64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ra/rainfrog/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
stdenv,
}:
let
version = "0.2.6";
version = "0.2.7";
in
rustPlatform.buildRustPackage {
inherit version;
Expand All @@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
owner = "achristmascarl";
repo = "rainfrog";
rev = "refs/tags/v${version}";
hash = "sha256-yY4F5Aw+duXknESjl6hoOUV3er84DkTtIBoX3humWxA=";
hash = "sha256-ey9ioPDeuNYw2+UBUgtE0C1wES3wecFDWd9CMeKBq4Q=";
};

cargoHash = "sha256-QMZUReWrOS0P+hxsV5c/eJxnwYX977+4oI7MPfz4dgg=";
cargoHash = "sha256-mc7Lgaf1seefVu+LafctJm4y8xjX3c1ApadeQMi3STE=";

buildInputs = lib.optionals stdenv.isDarwin (
with darwin.apple_sdk.frameworks;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/yt/yt-dlp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ python3Packages.buildPythonApplication rec {
# The websites yt-dlp deals with are a very moving target. That means that
# downloads break constantly. Because of that, updates should always be backported
# to the latest stable release.
version = "2024.9.27";
version = "2024.10.7";
pyproject = true;

src = fetchPypi {
inherit version;
pname = "yt_dlp";
hash = "sha256-hmBVQuF+LiOtIxRbY37DCBM3YqFaXe2sSuULeXMjcCY=";
hash = "sha256-C68atRfJdI1+M3ztkcVUPDb8FiRqnr7awy6/IMGZjOs=";
};

build-system = with python3Packages; [
Expand Down

0 comments on commit fc95b64

Please sign in to comment.