biliass: disable auto update (#469028)

This commit is contained in:
Aleksana
2025-12-09 09:04:47 +00:00
committed by GitHub
@@ -8,16 +8,18 @@
libiconv,
}:
# r-ryantm wants to downgrade
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "biliass";
version = "2.1.1";
version = "2.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "yutto-dev";
repo = "yutto";
tag = "biliass@${version}";
hash = "sha256-Pn6z4iDxNcLVoY4xk7v0zc8hmajWEaOYFDEw5HEYxl4=";
hash = "sha256-ZB18BQJRSwA/ERHjqmp+D39UqTvdYpbhwLjaizM5R2I=";
};
sourceRoot = "${src.name}/packages/biliass";
@@ -31,7 +33,7 @@ buildPythonPackage rec {
sourceRoot
cargoRoot
;
hash = "sha256-0/3r4P6SJq4zbZpKW9bn+ljRbYkxWFP8nYxjlMLXioI=";
hash = "sha256-gOYgYi8RlWBe0astv6D6/J7Ge20TM/19zJHwoCevpIo=";
};
nativeBuildInputs = with rustPlatform; [