Unverified Commit defb4aa5 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

Merge pull request #311569 from OPNA2608/update/famistudio

famistudio: 4.1.3 -> 4.2.0
parents 51aef032 bce1863b
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
{ stdenv
, lib
, buildDotnetModule
, dotnetCorePackages
, callPackage
, fetchFromGitHub
, ffmpeg
@@ -22,13 +23,13 @@ let
in
buildDotnetModule rec {
  pname = "famistudio";
  version = "4.1.3";
  version = "4.2.0";

  src = fetchFromGitHub {
    owner = "BleuBleu";
    repo = "FamiStudio";
    rev = "refs/tags/${version}";
    hash = "sha256-bryxhminkrTVe5qhGeMStZp3NTHBREXrsUlyQkfPkao=";
    hash = "sha256-ydEWLL05B86672j3MVo/90tgDHg8FJ2EZaesqrBZy4A=";
  };

  postPatch = let
@@ -85,6 +86,8 @@ buildDotnetModule rec {

  projectFile = "FamiStudio/${csprojName}.csproj";
  nugetDeps = ./deps.nix;
  dotnet-sdk = dotnetCorePackages.sdk_7_0;
  dotnet-runtime = dotnetCorePackages.runtime_7_0;

  executables = [ "FamiStudio" ];