Merge pull request #274816 from eyJhb/moonraker-bump-2023-12-16

moonraker: unstable-2023-08-03 -> unstable-2023-12-16
This commit is contained in:
K900 2023-12-19 17:31:14 +03:00 committed by GitHub
commit 1ca90cf4ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,13 +23,13 @@ let
);
in stdenvNoCC.mkDerivation rec {
pname = "moonraker";
version = "unstable-2023-08-03";
version = "unstable-2023-12-16";
src = fetchFromGitHub {
owner = "Arksine";
repo = "moonraker";
rev = "fe120952ee06607d039af8f461028e9f5b817395";
sha256 = "sha256-TyhpMHu06YoaV5tZGBcYulUrABW6OFYZLyCoZLRmaUU=";
rev = "42357891a3716cd332ef60b28af09f8732dbf67a";
sha256 = "sha256-5w336GaHUkbmhAPvhOO3kNW5q7qTFVw3p0Q+Rv+YdYM=";
};
nativeBuildInputs = [ makeWrapper ];