moonraker: 0.9.3-unstable-2025-07-16 -> 0.9.3-unstable-2025-08-01 (#428505)

This commit is contained in:
Weijia Wang 2025-08-05 05:19:06 +02:00 committed by GitHub
commit 681c42daf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,13 +35,13 @@ let
in
stdenvNoCC.mkDerivation rec {
pname = "moonraker";
version = "0.9.3-unstable-2025-07-16";
version = "0.9.3-unstable-2025-08-01";
src = fetchFromGitHub {
owner = "Arksine";
repo = "moonraker";
rev = "b1b515a1fb444be161b73776c5250e013e2550f8";
sha256 = "sha256-YY+5LHYDh6ZuocUeDBux15wM8X1M8yp6C3LO2mlNVD8=";
rev = "f20feff6c67884ff1253414506c43222e04c0460";
sha256 = "sha256-AyqDKfmRmNJWsCABHI5Go9+aogb8QIGybZycN1rJQ3w=";
};
nativeBuildInputs = [ makeWrapper ];