octoprint 1.9.1 -> 1.9.2 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/h5wby0k478cx9l358h1bbj55dvl7cdyx-packages.json.drv building '/nix/store/h5wby0k478cx9l358h1bbj55dvl7cdyx-packages.json.drv'... Going to be running update for following packages: - OctoPrint-1.9.1 Press Enter key to continue... Running update for: - OctoPrint-1.9.1: UPDATING ... - OctoPrint-1.9.1: 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 d74a639a4e9..1ee7b4c5e4d 100644 --- a/pkgs/applications/misc/octoprint/default.nix +++ b/pkgs/applications/misc/octoprint/default.nix @@ -80,13 +80,13 @@ let self: super: { octoprint = self.buildPythonPackage rec { pname = "OctoPrint"; - version = "1.9.1"; + version = "1.9.2"; src = fetchFromGitHub { owner = "OctoPrint"; repo = "OctoPrint"; rev = version; - hash = "sha256-T0kK9JaaX8+hUxsnG/TftGPHWwkhPDx4nqGrplmIiI0="; + hash = "sha256-GrL11iOd45uKwu2R3NwZG5v/SqRbyF7QCU0qvwC/w1A="; }; propagatedBuildInputs = with self; [ No auto update branch exists There might already be an open PR for this update: - octoprint: 1.9.1 -> 1.9.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/244200"