Unverified Commit 848c8fb1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

moonraker: 0.9.3-unstable-2025-11-10 -> 0.9.3-unstable-2025-11-16 (#463942)

parents fedd1a60 f89e0239
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -35,13 +35,13 @@ let
in
stdenvNoCC.mkDerivation rec {
  pname = "moonraker";
  version = "0.9.3-unstable-2025-11-10";
  version = "0.9.3-unstable-2025-11-16";

  src = fetchFromGitHub {
    owner = "Arksine";
    repo = "moonraker";
    rev = "abd2026b90d86fb738c6619be3ceefcedee2006c";
    sha256 = "sha256-Vmrvpj5Bdhn9czrswqtFiRL7GoplMcBvVs1FJTZwQxs=";
    rev = "3129d89f0f951d475aa86f303c1ef9b6a612cb73";
    sha256 = "sha256-lKuoHWonAA/DBuLNsySyxohZPnEB4SrkpVZvECQtjA8=";
  };

  nativeBuildInputs = [ makeWrapper ];