yarg: 0.12.6 -> 0.13.0 (#433063)

This commit is contained in:
Kira Bruneau
2025-08-14 18:58:54 -04:00
committed by GitHub
+3 -2
View File
@@ -26,12 +26,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "yarg";
version = "0.12.6";
version = "0.13.0";
src = fetchzip {
url = "https://github.com/YARC-Official/YARG/releases/download/v${finalAttrs.version}/YARG_v${finalAttrs.version}-Linux-x86_64.zip";
stripRoot = false;
hash = "sha256-Za+CnuSTfJZVdW0pWvGDnKcbhZsgtNPRWYj1qOA8+Zs=";
hash = "sha256-3auQc4Vq0m/f40PvWgbo0U2jUWaDA6OzKOj96ZG2RxA=";
};
nativeBuildInputs = [ autoPatchelfHook ];
@@ -119,6 +119,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Free, open-source, plastic guitar game";
homepage = "https://yarg.in";
changelog = "https://github.com/YARC-Official/YARG/releases/tag/v${finalAttrs.version}";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ kira-bruneau ];
platforms = [ "x86_64-linux" ];