Commit bce1863b authored by OPNA2608's avatar OPNA2608
Browse files

famistudio: 4.1.3 -> 4.2.0

parent be4e943d
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" ];