Merge pull request #317880 from r-ryantm/auto-update/famistudio

famistudio: 4.2.0 -> 4.2.1
This commit is contained in:
Cosima Neidahl 2024-06-16 11:20:29 +02:00 committed by GitHub
commit 8627d8aeb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@
, fetchFromGitHub , fetchFromGitHub
, ffmpeg , ffmpeg
, glfw , glfw
, libglvnd
, libogg , libogg
, libvorbis , libvorbis
, makeWrapper , makeWrapper
@ -23,13 +24,13 @@ let
in in
buildDotnetModule rec { buildDotnetModule rec {
pname = "famistudio"; pname = "famistudio";
version = "4.2.0"; version = "4.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "BleuBleu"; owner = "BleuBleu";
repo = "FamiStudio"; repo = "FamiStudio";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-ydEWLL05B86672j3MVo/90tgDHg8FJ2EZaesqrBZy4A="; hash = "sha256-WYy/6cWQg3Ayok/eAdnvlWAvdcuhy/sdlWOVvaYcPkc=";
}; };
postPatch = let postPatch = let
@ -89,6 +90,10 @@ buildDotnetModule rec {
dotnet-sdk = dotnetCorePackages.sdk_7_0; dotnet-sdk = dotnetCorePackages.sdk_7_0;
dotnet-runtime = dotnetCorePackages.runtime_7_0; dotnet-runtime = dotnetCorePackages.runtime_7_0;
runtimeDeps = lib.optionals stdenv.hostPlatform.isLinux [
libglvnd
];
executables = [ "FamiStudio" ]; executables = [ "FamiStudio" ];
postInstall = '' postInstall = ''