python310Packages.mkdocs-minify 0 -> 1 attrpath: python310Packages.mkdocs-minify 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7g3j08ais0wrlld8iz5y21pzlybqmh6y-packages.json.drv building '/nix/store/7g3j08ais0wrlld8iz5y21pzlybqmh6y-packages.json.drv'... Going to be running update for following packages: - python3.10-mkdocs-minify-0.5.0 Press Enter key to continue... Running update for: - python3.10-mkdocs-minify-0.5.0: UPDATING ... - python3.10-mkdocs-minify-0.5.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/mkdocs-minify/default.nix b/pkgs/development/python-modules/mkdocs-minify/default.nix index ee6765d3175..3c952fb0661 100644 --- a/pkgs/development/python-modules/mkdocs-minify/default.nix +++ b/pkgs/development/python-modules/mkdocs-minify/default.nix @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "mkdocs-minify"; - version = "0.5.0"; + version = "0.6.2"; src = fetchFromGitHub { owner = "byrnereese"; repo = "${pname}-plugin"; - rev = version; - sha256 = "sha256-7v4uX711KAKuXFeVdLuIdGQi2i+dL4WX7+Zd4H1L3lM="; + rev = "refs/tags/${version}"; + sha256 = "sha256-ABoLt5sFpt8Hm07tkqeAcs63ZvJ4vTbGw4QRYVYpMEA="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.5.0" not present in staging derivation file with contents: { lib , callPackage , buildPythonPackage , fetchFromGitHub , mkdocs , csscompressor , htmlmin , jsmin , pytestCheckHook }: buildPythonPackage rec { pname = "mkdocs-minify"; version = "0.6.2"; src = fetchFromGitHub { owner = "byrnereese"; repo = "${pname}-plugin"; rev = "refs/tags/${version}"; sha256 = "sha256-ABoLt5sFpt8Hm07tkqeAcs63ZvJ4vTbGw4QRYVYpMEA="; }; propagatedBuildInputs = [ csscompressor htmlmin jsmin mkdocs ]; checkInputs = [ mkdocs pytestCheckHook ]; pythonImportsCheck = [ "mkdocs" ]; meta = with lib; { description = "A mkdocs plugin to minify the HTML of a page before it is written to disk."; homepage = "https://github.com/byrnereese/mkdocs-minify-plugin"; license = licenses.mit; maintainers = with maintainers; [ tfc ]; }; }