about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-02 13:07:27 +0200
committerGitHub <noreply@github.com>2023-10-02 13:07:27 +0200
commitfce05354957fbb402f421adf50cad12f6524d3fc (patch)
tree65112d9a042da0af0352e64f015214f1367eb106 /pkgs
parent5d744d8bbf9649b8f3caeccbaedafeffdf626da8 (diff)
parentcf9ee8abc5886208d8a1285d7bc3c1605f2a394b (diff)
Merge pull request #258282 from r-ryantm/auto-update/usbrelay
usbrelay: 1.2 -> 1.2.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/usbrelay/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/usbrelay/default.nix b/pkgs/os-specific/linux/usbrelay/default.nix
index 385f4da1142db..670de2028c4fa 100644
--- a/pkgs/os-specific/linux/usbrelay/default.nix
+++ b/pkgs/os-specific/linux/usbrelay/default.nix
@@ -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 = [