Skip to content

Commit

Permalink
moonraker: 0.8.0-unstable-2023-12-27 -> 0.9.3-unstable-2024-11-17
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanregner committed Nov 26, 2024
1 parent e605aab commit 9097d1c
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions pkgs/by-name/mo/moonraker/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,33 @@ let
zeroconf
preprocess-cancellation
jinja2
dbus-next
dbus-fast
apprise
python-periphery
ldap3
importlib-metadata
]
);
in stdenvNoCC.mkDerivation rec {
pname = "moonraker";
version = "0.8.0-unstable-2023-12-27";
version = "0.9.3-unstable-2024-11-17";

src = fetchFromGitHub {
owner = "Arksine";
repo = "moonraker";
rev = "c226e9c1e44d65ff6ea400b81e3cedba7f637976";
sha256 = "sha256-wdf4uab8pJEWaX6PFN9Y9pykmylmxJ4Oo5pwSQcyjCc=";
rev = "ccfe32f2368a5ff6c2497478319909daeeeb8edf";
sha256 = "sha256-aCYE3EmflMRIHnGnkZ/0+zScVA5liHSbavScQ7XRf/4=";
};

# TODO: remove once upstream moves to dbus-next: https://github.com/Arksine/moonraker/issues/921
postPatch = ''
substituteInPlace \
moonraker/components/dbus_manager.py \
moonraker/components/machine.py \
moonraker/components/update_manager/system_deploy.py \
--replace-fail 'dbus_next' 'dbus_fast'
'';

nativeBuildInputs = [ makeWrapper ];

installPhase = ''
Expand Down

0 comments on commit 9097d1c

Please sign in to comment.