Unverified Commit 402a8368 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

tonelib-gfx: 4.7.8 -> 4.8.5 (#348359)

parents deeb93f8 1d144e89
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -8945,6 +8945,12 @@
    githubId = 6109326;
    name = "David Hummel";
  };
  husjon = {
    name = "Jon Erling Hustadnes";
    email = "jonerling.hustadnes+nixpkgs@gmail.com";
    github = "husjon";
    githubId = 554229;
  };
  husky = {
    email = "husky@husky.sh";
    github = "huskyistaken";
+28 −20
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchurl
, autoPatchelfHook
, dpkg
, alsa-lib
, freetype
, libglvnd
, curl
, libXcursor
, libXinerama
, libXrandr
, libXrender
, libjack2
{
  lib,
  stdenv,
  fetchurl,
  autoPatchelfHook,
  dpkg,
  alsa-lib,
  freetype,
  libglvnd,
  curl,
  libXcursor,
  libXinerama,
  libXrandr,
  libXrender,
  libjack2,
}:

stdenv.mkDerivation rec {
  pname = "tonelib-gfx";
  version = "4.7.8";
  version = "4.8.5";

  src = fetchurl {
    url = "https://tonelib.net/download/221222/ToneLib-GFX-amd64.deb";
    hash = "sha256-1sTwHqQYqNloZ3XSwhryqlW7b1FHh4ymtj3rKUcVZIo=";
    url = "https://tonelib.vip/download/24-10-03/ToneLib-GFX-amd64.deb";
    hash = "sha256-RG5rliF4/9LDd07i5dSFQzTGPqyF6UmTfatKb59LZA4=";
  };

  nativeBuildInputs = [ autoPatchelfHook dpkg ];
  nativeBuildInputs = [
    autoPatchelfHook
    dpkg
  ];

  buildInputs = [
    stdenv.cc.cc.lib
@@ -53,7 +57,11 @@ stdenv.mkDerivation rec {
    homepage = "https://tonelib.net/";
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    license = licenses.unfree;
    maintainers = with maintainers; [ dan4ik605743 orivej ];
    maintainers = with maintainers; [
      dan4ik605743
      husjon
      orivej
    ];
    platforms = [ "x86_64-linux" ];
    mainProgram = "ToneLib-GFX";
  };