yarg: 0.14.0 -> 0.15.0 (#535505)

This commit is contained in:
Kira Bruneau
2026-06-26 13:44:57 +00:00
committed by GitHub
+3 -2
View File
@@ -26,12 +26,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "yarg";
version = "0.14.0";
version = "0.15.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-l83tnEO9hHFiaks7D/y9D1HJKihU7+cvsvkbIKkNeuk=";
hash = "sha256-xIWiQe0GSt6S9j2Xte/p+FHuO07Tv69zxS+OdNEI1sI=";
};
nativeBuildInputs = [ autoPatchelfHook ];
@@ -122,6 +122,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/YARC-Official/YARG/releases/tag/v${finalAttrs.version}";
license = lib.licenses.lgpl3Plus;
maintainers = with lib.maintainers; [ kira-bruneau ];
mainProgram = "yarg";
platforms = [ "x86_64-linux" ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};