Loading pkgs/applications/audio/famistudio/default.nix +5 −2 Original line number Diff line number Diff line { stdenv , lib , buildDotnetModule , dotnetCorePackages , callPackage , fetchFromGitHub , ffmpeg Loading @@ -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 Loading Loading @@ -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" ]; Loading Loading
pkgs/applications/audio/famistudio/default.nix +5 −2 Original line number Diff line number Diff line { stdenv , lib , buildDotnetModule , dotnetCorePackages , callPackage , fetchFromGitHub , ffmpeg Loading @@ -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 Loading Loading @@ -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" ]; Loading