Skip to content

Commit

Permalink
famistudio: 4.2.1 -> 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Dec 22, 2024
1 parent b051c85 commit 49fa034
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/by-name/fa/famistudio/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ let
in
buildDotnetModule (finalAttrs: {
pname = "famistudio";
version = "4.2.1";
version = "4.3.0";

src = fetchFromGitHub {
owner = "BleuBleu";
repo = "FamiStudio";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-WYy/6cWQg3Ayok/eAdnvlWAvdcuhy/sdlWOVvaYcPkc=";
hash = "sha256-Ldht7w1qgLTiqbRUJJvFQgl1VW6k+14w/jz58kAeMl0=";
};

postPatch =
Expand Down Expand Up @@ -130,8 +130,6 @@ buildDotnetModule (finalAttrs: {
projectFile = "FamiStudio/${csprojName}.csproj";
nugetDeps = ./deps.json;
dotnet-sdk = dotnetCorePackages.sdk_8_0;
dotnet-runtime = dotnetCorePackages.runtime_8_0;
dotnetFlags = [ "-p:TargetFramework=net8.0" ];

runtimeDeps = lib.optionals stdenvNoCC.hostPlatform.isLinux [
libglvnd
Expand Down

0 comments on commit 49fa034

Please sign in to comment.