Unverified Commit 63b01b7b authored by isabel's avatar isabel Committed by GitHub
Browse files

moonlight: 2026.2.2 -> 2026.3.0 (#497356)

parents 205ef081 c41cdb3f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "moonlight";
  version = "2026.2.2";
  version = "2026.3.0";

  src = fetchFromGitHub {
    owner = "moonlight-mod";
    repo = "moonlight";
    tag = "v${finalAttrs.version}";
    hash = "sha256-wZEpoUlDEbObXD5d2uA5vNBRrFOw4A6VLAc/MVNC4EE=";
    hash = "sha256-Tuv0IFhvZzvmf29EWNtrb5Y6YOCn+lIBzXpt7lfLVS8=";
  };

  nativeBuildInputs = [