yarg: 0.12.6 -> 0.13.0 (#433063)

Changed files
+3 -2
pkgs
by-name
ya
+3 -2
pkgs/by-name/ya/yarg/package.nix
···
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 ];
···
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" ];