python311Packages.qtile 0 -> 1 attrpath: python311Packages.qtile 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/gm435s5b8hrn2nhzsdy9la6p5l8750vy-packages.json.drv building '/nix/store/gm435s5b8hrn2nhzsdy9la6p5l8750vy-packages.json.drv'... Going to be running update for following packages: - python3.11-qtile-0.23.0 Press Enter key to continue... Running update for: - python3.11-qtile-0.23.0: UPDATING ... - python3.11-qtile-0.23.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/qtile/default.nix b/pkgs/development/python-modules/qtile/default.nix index ef1df14b2184..c180d6a99ef7 100644 --- a/pkgs/development/python-modules/qtile/default.nix +++ b/pkgs/development/python-modules/qtile/default.nix @@ -32,14 +32,14 @@ buildPythonPackage rec { pname = "qtile"; - version = "0.23.0"; + version = "0.24.0"; format = "setuptools"; src = fetchFromGitHub { owner = "qtile"; repo = "qtile"; - rev = "v${version}"; - hash = "sha256-WxnpkKqYGGEsFTt/1iCSiCzdESJP6HFJ6BztaMsMbYo="; + rev = "refs/tags/v${version}"; + hash = "sha256-mgMRkoKT0Gp5/OfVQbkeDTkg9QRFn4PU3ziM5E6V+oI="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - qtile: 0.23.0 -> 0.24.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/282629"