From 3ff9c27947141a279942027c30ee2a67887f4fca Mon Sep 17 00:00:00 2001 From: Florian Brandes Date: Wed, 28 Sep 2022 18:07:51 +0200 Subject: [PATCH] octoprint: 1.8.3 -> 1.8.4 Signed-off-by: Florian Brandes --- pkgs/applications/misc/octoprint/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/octoprint/default.nix b/pkgs/applications/misc/octoprint/default.nix index 14361ffeb7a4..474bdd0b6427 100644 --- a/pkgs/applications/misc/octoprint/default.nix +++ b/pkgs/applications/misc/octoprint/default.nix @@ -74,13 +74,13 @@ let self: super: { octoprint = self.buildPythonPackage rec { pname = "OctoPrint"; - version = "1.8.3"; + version = "1.8.4"; src = fetchFromGitHub { owner = "OctoPrint"; repo = "OctoPrint"; rev = version; - hash = "sha256-uLQUVYxy7diOJl69sQ+7eshK0fsG34Fto+Zzih1MeVE="; + hash = "sha256-oYP+K7WBkYP7gajXZdbZso17u+GeyrIgEbhNjwRXbAo="; }; propagatedBuildInputs = with super; [