mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
usbrelay: 1.0.1 -> 1.2
This commit is contained in:
parent
5e871d8aa6
commit
b1f109dad5
@ -1,13 +1,13 @@
|
||||
{ stdenv, lib, fetchFromGitHub, hidapi, installShellFiles }:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "usbrelay";
|
||||
version = "1.0.1";
|
||||
version = "1.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "darrylb123";
|
||||
repo = "usbrelay";
|
||||
rev = version;
|
||||
sha256 = "sha256-2elDrO+WaaRYdTrG40Ez00qSsNVQjXE6GdOJbWPfugE=";
|
||||
sha256 = "sha256-oJyHzbXOBKxLmPFZMS2jLF80frkiKjPJ89UwkenjIzs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = [
|
||||
"DIR_VERSION=${version}"
|
||||
"PREFIX=${placeholder "out"}"
|
||||
"LDCONFIG=${stdenv.cc.libc.bin}/bin/ldconfig"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user