tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
usbrelay: 1.2 -> 1.2.1
R. Ryantm
2 years ago
cf9ee8ab
1f0e8ac1
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
usbrelay
default.nix
+2
-2
pkgs/os-specific/linux/usbrelay/default.nix
···
1
{ stdenv, lib, fetchFromGitHub, hidapi, installShellFiles }:
2
stdenv.mkDerivation (finalAttrs: {
3
pname = "usbrelay";
4
-
version = "1.2";
5
6
src = fetchFromGitHub {
7
owner = "darrylb123";
8
repo = "usbrelay";
9
rev = finalAttrs.version;
10
-
sha256 = "sha256-oJyHzbXOBKxLmPFZMS2jLF80frkiKjPJ89UwkenjIzs=";
11
};
12
13
nativeBuildInputs = [
···
1
{ stdenv, lib, fetchFromGitHub, hidapi, installShellFiles }:
2
stdenv.mkDerivation (finalAttrs: {
3
pname = "usbrelay";
4
+
version = "1.2.1";
5
6
src = fetchFromGitHub {
7
owner = "darrylb123";
8
repo = "usbrelay";
9
rev = finalAttrs.version;
10
+
sha256 = "sha256-9jEiMmBEpqY4+nKh3H8N/JrLohp/7oPK3rPmRjp2gvc=";
11
};
12
13
nativeBuildInputs = [