summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/ham/androidtv/purepythonadb.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-04-22 00:36:07 +0200
committermakefu <github@syntax-fehler.de>2020-04-22 00:36:07 +0200
commit2b33dd262f1cb934b41c23ec9bed47aaa76ba7b8 (patch)
tree913b945361455ae957335a51ae4d5707e773c2a6 /makefu/2configs/ham/androidtv/purepythonadb.nix
parent49f06e6d91c34482e495a84b32ec2f961b5db024 (diff)
parentc96504d9a0f8f9f5c80c9630906c177ff3667e55 (diff)
Merge branch 'master' into 20.03
Diffstat (limited to 'makefu/2configs/ham/androidtv/purepythonadb.nix')
-rw-r--r--makefu/2configs/ham/androidtv/purepythonadb.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefu/2configs/ham/androidtv/purepythonadb.nix b/makefu/2configs/ham/androidtv/purepythonadb.nix
index d4e763b7..c9b1ff5e 100644
--- a/makefu/2configs/ham/androidtv/purepythonadb.nix
+++ b/makefu/2configs/ham/androidtv/purepythonadb.nix
@@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "pure-python-adb";
- version = "0.2.3.dev0";
+ version = "0.2.2.dev0";
src = fetchPypi {
inherit pname version;
- sha256 = "88e5a4578435197799aa368fb1a5d87fe43e02a888cb7e85c2ad66173b383c89";
+ sha256 = "1xigv6c8xyb4g852nr3smz0137rnp81jvlikza071y7rc6pdzwza";
};
meta = with lib; {
@@ -18,4 +18,4 @@ buildPythonPackage rec {
license = licenses.mit;
# maintainers = [ maintainers. ];
};
-} \ No newline at end of file
+}