octoprint: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm 2023-06-29 22:13:38 +00:00
parent a72ba97e10
commit 159c8b9570

View file

@ -80,13 +80,13 @@ let
self: super: {
octoprint = self.buildPythonPackage rec {
pname = "OctoPrint";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "OctoPrint";
repo = "OctoPrint";
rev = version;
hash = "sha256-gTWQSqgksZMxdaZ7V3hmnqXlZ+OMI86RX0lC8z1AEzI=";
hash = "sha256-T0kK9JaaX8+hUxsnG/TftGPHWwkhPDx4nqGrplmIiI0=";
};
propagatedBuildInputs = with self; [