python310Packages.sphinxcontrib-youtube 0 -> 1 attrpath: python310Packages.sphinxcontrib-youtube Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9mymb20izp6fji3d0flwadwggypaly4p-packages.json.drv building '/nix/store/9mymb20izp6fji3d0flwadwggypaly4p-packages.json.drv'... Going to be running update for following packages: - python3.10-sphinxcontrib-youtube-1.2.0 Press Enter key to continue... Running update for: - python3.10-sphinxcontrib-youtube-1.2.0: UPDATING ... - python3.10-sphinxcontrib-youtube-1.2.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinxcontrib-youtube/default.nix b/pkgs/development/python-modules/sphinxcontrib-youtube/default.nix index 795556797b93..2281d2420416 100644 --- a/pkgs/development/python-modules/sphinxcontrib-youtube/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-youtube/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "sphinxcontrib-youtube"; - version = "1.2.0"; + version = "1.4.1"; format = "pyproject"; nativeBuildInputs = [ flit-core ]; @@ -16,8 +16,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "sphinx-contrib"; repo = "youtube"; - rev = "v${version}"; - hash = "sha256-SUnnrzYJ6cOktE0IdnRWTvPGcL/eVS9obtHBMpS2s4A="; + rev = "refs/tags/v${version}"; + hash = "sha256-XuOfZ77tg9akmgTuMQN20OhgkFbn/6YzT46vpTsXxC8="; }; propagatedBuildInputs = [ sphinx requests ]; No auto update branch exists Old version 1.2.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , sphinx , requests , flit-core }: buildPythonPackage rec { pname = "sphinxcontrib-youtube"; version = "1.3.0"; format = "pyproject"; nativeBuildInputs = [ flit-core ]; src = fetchFromGitHub { owner = "sphinx-contrib"; repo = "youtube"; rev = "refs/tags/v${version}"; hash = "sha256-/mu/OGMc+iP7DV36fmE8pb5y6MMOQ0fmzT8R7RP/tjM="; }; propagatedBuildInputs = [ sphinx requests ]; # tests require internet access doCheck = false; pythonImportsCheck = [ "sphinxcontrib.youtube" ]; meta = with lib; { description = "Youtube extension for Sphinx"; homepage = "https://github.com/sphinx-contrib/youtube"; maintainers = with maintainers; [ gador ]; license = licenses.bsd3; }; }