nwg-panel 0 -> 1 attrpath: nwg-panel 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/h17fy3lx924n2wyypi5lxwwj5saqp7g7-packages.json.drv building '/nix/store/h17fy3lx924n2wyypi5lxwwj5saqp7g7-packages.json.drv'... Going to be running update for following packages: - nwg-panel-0.9.20 Press Enter key to continue... Running update for: - nwg-panel-0.9.20: UPDATING ... - nwg-panel-0.9.20: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/misc/nwg-panel/default.nix b/pkgs/applications/misc/nwg-panel/default.nix index 67eb8cc314c4..6081af27b4b1 100644 --- a/pkgs/applications/misc/nwg-panel/default.nix +++ b/pkgs/applications/misc/nwg-panel/default.nix @@ -16,13 +16,13 @@ python3Packages.buildPythonApplication rec { pname = "nwg-panel"; - version = "0.9.20"; + version = "0.9.22"; src = fetchFromGitHub { owner = "nwg-piotr"; repo = "nwg-panel"; - rev = "v${version}"; - hash = "sha256-Cq/kj61OmnHLd8EQK6QF67ALv3lMXKPGYUvTIeh90zQ="; + rev = "refs/tags/v${version}"; + hash = "sha256-2O3FMPA/QD+ZUmLvot+MMwbUo3zT6ZN5NIbulh2oGYk="; }; # No tests No auto update branch exists There might already be an open PR for this update: - nwg-panel: 0.9.20 -> 0.9.22 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/281974"