changedetection-io 0 -> 1 attrpath: changedetection-io 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/q1299yq44vlnq9vvaggcvdiz17j4dxc0-packages.json.drv building '/nix/store/q1299yq44vlnq9vvaggcvdiz17j4dxc0-packages.json.drv'... Going to be running update for following packages: - changedetection-io-0.45.9 Press Enter key to continue... Running update for: - changedetection-io-0.45.9: UPDATING ... - changedetection-io-0.45.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/web-apps/changedetection-io/default.nix b/pkgs/servers/web-apps/changedetection-io/default.nix index a162448e637e..e19d9d8b5f16 100644 --- a/pkgs/servers/web-apps/changedetection-io/default.nix +++ b/pkgs/servers/web-apps/changedetection-io/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "changedetection-io"; - version = "0.45.9"; + version = "0.45.12"; format = "setuptools"; src = fetchFromGitHub { owner = "dgtlmoon"; repo = "changedetection.io"; - rev = version; - hash = "sha256-xiKXp9DBaiSteqZwQLZ4zLwT5MeETJx01rKRrWGYioc="; + rev = "refs/tags/${version}"; + hash = "sha256-NcQ5WUD2tANfkd+YU7BAm+ORrS7K4DQLe1D5McGX3No="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - changedetection-io: 0.45.9 -> 0.45.12 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/279212"