summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/facedancer
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/facedancer')
-rw-r--r--pkgs/development/python-modules/facedancer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/facedancer/default.nix b/pkgs/development/python-modules/facedancer/default.nix
index e341d09aff69..a3720a6d4cec 100644
--- a/pkgs/development/python-modules/facedancer/default.nix
+++ b/pkgs/development/python-modules/facedancer/default.nix
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "facedancer";
- version = "3.1.0";
+ version = "3.1.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "greatscottgadgets";
repo = "facedancer";
tag = version;
- hash = "sha256-u1fvrfjk79R16MUuYx8m63EkgHJiMmAksaduk4lVnTw=";
+ hash = "sha256-Qe8DPUKwlukPftc7SOZIcY/do/14UdS61WH0g5dFeMI=";
};
postPatch = ''
@@ -45,7 +45,7 @@ buildPythonPackage rec {
];
meta = {
- changelog = "https://github.com/greatscottgadgets/facedancer/releases/tag/${version}";
+ changelog = "https://github.com/greatscottgadgets/facedancer/releases/tag/${src.tag}";
description = "Implement your own USB device in Python, supported by a hardware peripheral such as Cynthion or GreatFET";
homepage = "https://github.com/greatscottgadgets/facedancer";
license = lib.licenses.bsd3;