octoprint 1.8.7 -> 1.9.0 https://github.com/OctoPrint/OctoPrint/releases attrpath: octoprint Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/nvl6997i6i4kvzm187gaiza18ax64nkh-packages.json.drv building '/nix/store/nvl6997i6i4kvzm187gaiza18ax64nkh-packages.json.drv'... Going to be running update for following packages: - OctoPrint-1.8.7 Press Enter key to continue... Running update for: - OctoPrint-1.8.7: UPDATING ... - OctoPrint-1.8.7: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/misc/octoprint/default.nix b/pkgs/applications/misc/octoprint/default.nix index 1af2571e48a..592a0d5c291 100644 --- a/pkgs/applications/misc/octoprint/default.nix +++ b/pkgs/applications/misc/octoprint/default.nix @@ -118,13 +118,13 @@ let self: super: { octoprint = self.buildPythonPackage rec { pname = "OctoPrint"; - version = "1.8.7"; + version = "1.9.0"; src = fetchFromGitHub { owner = "OctoPrint"; repo = "OctoPrint"; rev = version; - hash = "sha256-g4PYB9YbkX0almRPgMFlb8D633Y5fc3H+Boa541suqc="; + hash = "sha256-gTWQSqgksZMxdaZ7V3hmnqXlZ+OMI86RX0lC8z1AEzI="; }; propagatedBuildInputs = with self; [ No auto update branch exists There might already be an open PR for this update: - Octoprint: 1.8.7 -> 1.9.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/235039"