summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-19 22:02:09 +0000
committerPeter Hoeg <peter@hoeg.com>2022-03-20 16:10:02 +0800
commite3658e6c238c8515963d586218a6cc478d3a2678 (patch)
tree9f05873255e1f6eedf9501d90bb62387fb76f9e4
parent6f227f03cb0e717c7a6ea396d5e7e76de46f0d84 (diff)
downloadnixpkgs-e3658e6c238c8515963d586218a6cc478d3a2678.tar
nixpkgs-e3658e6c238c8515963d586218a6cc478d3a2678.tar.gz
nixpkgs-e3658e6c238c8515963d586218a6cc478d3a2678.tar.bz2
nixpkgs-e3658e6c238c8515963d586218a6cc478d3a2678.tar.lz
nixpkgs-e3658e6c238c8515963d586218a6cc478d3a2678.tar.xz
nixpkgs-e3658e6c238c8515963d586218a6cc478d3a2678.tar.zst
nixpkgs-e3658e6c238c8515963d586218a6cc478d3a2678.zip
broadlink-cli: 0.18.0 -> 0.18.1
-rw-r--r--pkgs/tools/misc/broadlink-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/broadlink-cli/default.nix b/pkgs/tools/misc/broadlink-cli/default.nix
index b71b5b444e3..ee99e643b1f 100644
--- a/pkgs/tools/misc/broadlink-cli/default.nix
+++ b/pkgs/tools/misc/broadlink-cli/default.nix
@@ -2,7 +2,7 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "broadlink-cli";
-  version = "0.18.0";
+  version = "0.18.1";
 
   # the tools are available as part of the source distribution from GH but
   # not pypi, so we have to fetch them here.
@@ -10,7 +10,7 @@ python3Packages.buildPythonApplication rec {
     owner  = "mjg59";
     repo   = "python-broadlink";
     rev    = version;
-    sha256 = "0nh9rn1zpc44qsc50360ycg02gwbgq59784mnkp01nhavnwwwx10";
+    sha256 = "sha256-x7RVCu5xOwhUOxXIHP7ZAe1/9F9ecf9RgL9I53e9Mcw=";
   };
 
   format = "other";