summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-28 12:25:24 +0000
committerGitHub <noreply@github.com>2021-07-28 12:25:24 +0000
commitc8da2dee299d8d7507e901f5498f4c814b0a4093 (patch)
tree395671460b146e5e56022c4b97e837f3738e80a0 /pkgs
parent634976a53c3dd6f733883923ff9705eb27fd0ece (diff)
parent729143096b5bd0922f4608015d0e978902a94586 (diff)
downloadnixpkgs-c8da2dee299d8d7507e901f5498f4c814b0a4093.tar
nixpkgs-c8da2dee299d8d7507e901f5498f4c814b0a4093.tar.gz
nixpkgs-c8da2dee299d8d7507e901f5498f4c814b0a4093.tar.bz2
nixpkgs-c8da2dee299d8d7507e901f5498f4c814b0a4093.tar.lz
nixpkgs-c8da2dee299d8d7507e901f5498f4c814b0a4093.tar.xz
nixpkgs-c8da2dee299d8d7507e901f5498f4c814b0a4093.tar.zst
nixpkgs-c8da2dee299d8d7507e901f5498f4c814b0a4093.zip
Merge pull request #131773 from Emantor/bump/usbsdmux
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/misc/usbsdmux/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/usbsdmux/default.nix b/pkgs/development/tools/misc/usbsdmux/default.nix
index ed7a6d8a220..07db23607ce 100644
--- a/pkgs/development/tools/misc/usbsdmux/default.nix
+++ b/pkgs/development/tools/misc/usbsdmux/default.nix
@@ -2,11 +2,11 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "usbsdmux";
-  version = "0.2.0";
+  version = "0.2.1";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "sha256-ydDUSqBTY62iOtWdgrFh2qrO9LMi+OCYIw5reh6uoIA=";
+    sha256 = "sha256-gCxwR5jxzkH22B6nxBwAd0HpwWMIj/zp5VROJ0IWq7c=";
   };
 
   # usbsdmux is not meant to be used as an importable module and has no tests