moonraker: unstable-2023-12-16 -> unstable-2023-12-27 (#277239)

This commit is contained in:
Kritnich 2024-02-05 01:17:15 +01:00 committed by GitHub
parent c2b5928c7d
commit eaefae1967
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,18 +18,18 @@ let
jinja2
dbus-next
apprise
python-periphery
]
++ (lib.optionals useGpiod [ libgpiod ])
);
in stdenvNoCC.mkDerivation rec {
pname = "moonraker";
version = "unstable-2023-12-16";
version = "unstable-2023-12-27";
src = fetchFromGitHub {
owner = "Arksine";
repo = "moonraker";
rev = "42357891a3716cd332ef60b28af09f8732dbf67a";
sha256 = "sha256-5w336GaHUkbmhAPvhOO3kNW5q7qTFVw3p0Q+Rv+YdYM=";
rev = "c226e9c1e44d65ff6ea400b81e3cedba7f637976";
sha256 = "sha256-wdf4uab8pJEWaX6PFN9Y9pykmylmxJ4Oo5pwSQcyjCc=";
};
nativeBuildInputs = [ makeWrapper ];