grooveauthor: 1.1.3 -> 1.1.4

Signed-off-by: David Wronek <david.wronek@mainlining.org>
This commit is contained in:
David Wronek
2026-04-14 07:44:09 +02:00
parent 94edd57da0
commit fac1e8039f
+3 -3
View File
@@ -13,11 +13,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "grooveauthor";
version = "1.1.3";
version = "1.1.4";
src = fetchzip {
url = "https://github.com/PerryAsleep/GrooveAuthor/releases/download/v${finalAttrs.version}/GrooveAuthor-v${finalAttrs.version}-linux-x64.tar.gz";
hash = "sha256-XuELs7Sj/M32ros5clKxKuVo/CdCja39Lwc+zsFGvFU=";
hash = "sha256-LjOOI1cUbYpl4tmY1eAZV3S99yQOb4V6LU9Gu/hTtnY=";
stripRoot = false;
};
@@ -70,7 +70,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
preFixup = ''
gappsWrapperArgs+=(
--set DOTNET_ROOT ${dotnetCorePackages.runtime_8_0}/share/dotnet
--set DOTNET_ROOT ${dotnetCorePackages.runtime_10_0}/share/dotnet
--suffix LD_LIBRARY_PATH : "${
lib.makeLibraryPath [
alsa-lib