usbrelay: 1.2 -> 1.2.1

This commit is contained in:
R. Ryantm 2023-09-30 21:41:10 +00:00
parent 1f0e8ac1f9
commit cf9ee8abc5

View file

@ -1,13 +1,13 @@
{ stdenv, lib, fetchFromGitHub, hidapi, installShellFiles }:
stdenv.mkDerivation (finalAttrs: {
pname = "usbrelay";
version = "1.2";
version = "1.2.1";
src = fetchFromGitHub {
owner = "darrylb123";
repo = "usbrelay";
rev = finalAttrs.version;
sha256 = "sha256-oJyHzbXOBKxLmPFZMS2jLF80frkiKjPJ89UwkenjIzs=";
sha256 = "sha256-9jEiMmBEpqY4+nKh3H8N/JrLohp/7oPK3rPmRjp2gvc=";
};
nativeBuildInputs = [