usbview: 2.0 -> 3.1

This commit is contained in:
h7x4 2023-12-02 04:42:47 +01:00
parent 5171694860
commit 35992ca5c5
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

@ -3,23 +3,25 @@
, fetchFromGitHub
, autoreconfHook
, pkg-config
, imagemagick
, gtk3
}:
stdenv.mkDerivation rec {
pname = "usbview";
version = "2.0";
version = "3.1";
src = fetchFromGitHub {
owner = "gregkh";
repo = "usbview";
rev = "v${version}";
sha256 = "1cw5jjpidjn34rxdjslpdlj99k4dqaq1kz6mplv5hgjdddijvn5p";
hash = "sha256-h+sB83BYsrB2VxwtatPWNiM0WdTCMY289nh+/0o8GOw=";
};
nativeBuildInputs = [
autoreconfHook
pkg-config
imagemagick
];
buildInputs = [