ytarchive: 0.2.2 -> 0.2.2+0304577

Upstream has rewritten in Go and removed all the Python tags, so we fix
the revision at the last Python version.
This commit is contained in:
xeals 2023-05-23 10:04:30 +10:00
parent 698ad1803d
commit 7a84f381fc
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C

View File

@ -1,20 +1,21 @@
{ stdenv { stdenv
, lib , lib
, fetchFromGitHub , fetchFromGitHub
, python3 , python3
, ffmpeg , ffmpeg
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ytarchive"; pname = "ytarchive";
version = "0.2.2"; version = "0.2.2+0304577";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Kethsar"; owner = "Kethsar";
repo = "ytarchive"; repo = "ytarchive";
rev = "v${version}"; # NOTE: Last revision where it was written in Python, so don't change
sha256 = "xT45FF0ztWQXzQgYztl2YKiI2iGJfnCXgCMw8gOmxzM="; # without rewriting the derivation.
rev = "030457749d6c8d1d62240bfbad659326f3cd3a30";
hash = "sha256-mvmdkxZxlEbWc7GR8LfyxTJOeEhjCoYyeatDx8l1uhM=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [