Unverified Commit 6a7a82c7 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

grayjay: 9 -> 10 (#448247)

parents b67495b7 4dab1414
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -35,24 +35,24 @@
  _experimental-update-script-combinators,
}:
let
  version = "9";
  version = "10";
  src = fetchFromGitLab {
    domain = "gitlab.futo.org";
    owner = "videostreaming";
    repo = "Grayjay.Desktop";
    tag = version;
    hash = "sha256-O211trFJ9tQRVdlztp5ER0Ej6SIrCDn45mRGns7NV90=";
    hash = "sha256-ap0NnjyBjvyFjHPu9vACQMoOXqwz90/8QqSfPFqfh5U=";
    fetchSubmodules = true;
    fetchLFS = true;
  };
  frontend = buildNpmPackage {
    name = "grayjay-frontend";
    pname = "grayjay-frontend";
    inherit version src;

    sourceRoot = "source/Grayjay.Desktop.Web";

    npmBuildScript = "build";
    npmDepsHash = "sha256-pTEbMSAJwTY6ZRriPWfBFnRHSYufSsD0d+hWGz35xFM=";
    npmDepsHash = "sha256-3RMUV6o6422PEuqYg7B+y6JjlaiHDhnwsgsaKEbu5BM=";

    installPhase = ''
      runHook preInstall
@@ -124,7 +124,7 @@ buildDotnetModule (finalAttrs: {
      targetPackages
      ;
  };
  dotnet-runtime = dotnetCorePackages.aspnetcore_9_0;
  dotnet-runtime = dotnetCorePackages.aspnetcore_8_0;

  executables = [ "Grayjay" ];