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

This commit is contained in:
Nick Cao
2025-11-24 20:31:06 +00:00
committed by GitHub
+3 -3
View File
@@ -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 ];