healthchecks 0 -> 1 attrpath: healthchecks 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/sfvw56a4xz9rg05jqzavzqd8p18glrdg-packages.json.drv building '/nix/store/sfvw56a4xz9rg05jqzavzqd8p18glrdg-packages.json.drv'... Going to be running update for following packages: - healthchecks-2.10 Press Enter key to continue... Running update for: - healthchecks-2.10: UPDATING ... - healthchecks-2.10: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/web-apps/healthchecks/default.nix b/pkgs/servers/web-apps/healthchecks/default.nix index 193452c4354c..25d7bd0a1f51 100644 --- a/pkgs/servers/web-apps/healthchecks/default.nix +++ b/pkgs/servers/web-apps/healthchecks/default.nix @@ -13,14 +13,14 @@ let in py.pkgs.buildPythonApplication rec { pname = "healthchecks"; - version = "2.10"; + version = "3.2"; format = "other"; src = fetchFromGitHub { owner = "healthchecks"; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "sha256-1x+pYMHaKgLFWcL1axOv/ok1ebs0I7Q+Q6htncmgJzU="; + sha256 = "sha256-TAhr1PeoGp/zqsnJz9C/w7auip4RdRIFSxvo6haOG0Q="; }; propagatedBuildInputs = with py.pkgs; [ No auto update branch exists There might already be an open PR for this update: - healthchecks: 2.10 -> 3.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/282912"