droopy: Fix Python 3.9 compatiblity (#145702)

* droopy: Fix Python 3.9 compatiblity

* Fix hash

* Unqualify fetchpatch

authored by

George Thomas and committed by
GitHub
e156e78d 65bdad31

+4
+4
pkgs/applications/networking/droopy/default.nix
··· 18 18 url = "https://patch-diff.githubusercontent.com/raw/stackp/Droopy/pull/30.patch"; 19 19 sha256 = "Y6jBraKvVQAiScbvLwezSKeWY3vaAbhaNXEGNaItigQ="; 20 20 }) 21 + (fetchpatch { 22 + url = "https://patch-diff.githubusercontent.com/raw/stackp/Droopy/pull/31.patch"; 23 + sha256 = "1ig054rxn5r0ph4w4fhmrxlh158c97iqqc7dbnc819adn9nw96l5"; 24 + }) 21 25 ]; 22 26 23 27 nativeBuildInputs = [ wrapPython ];