Merge pull request #260583 from r-ryantm/auto-update/octoprint

octoprint: 1.9.2 -> 1.9.3

authored by

Nick Cao and committed by
GitHub
7654ef4e 6eff45da

+2 -2
+2 -2
pkgs/applications/misc/octoprint/default.nix
··· 80 80 self: super: { 81 81 octoprint = self.buildPythonPackage rec { 82 82 pname = "OctoPrint"; 83 - version = "1.9.2"; 83 + version = "1.9.3"; 84 84 85 85 src = fetchFromGitHub { 86 86 owner = "OctoPrint"; 87 87 repo = "OctoPrint"; 88 88 rev = version; 89 - hash = "sha256-DSngV8nWHNqfPEBIfGq3HQeC1p9s6Q+GX+LcJiAiS4E="; 89 + hash = "sha256-SYN/BrcukHMDwk70XGu/pO45fSPr/KOEyd4wxtz2Fo0="; 90 90 }; 91 91 92 92 propagatedBuildInputs = with self; [