usbrelay: 1.0.1 -> 1.2

This commit is contained in:
Michal Sojka 2023-05-31 22:09:39 +02:00
parent 5e871d8aa6
commit b1f109dad5

View file

@ -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 = ''