droopy: Fix Python 3.9 compatiblity (#145702)

* droopy: Fix Python 3.9 compatiblity

* Fix hash

* Unqualify fetchpatch
This commit is contained in:
George Thomas 2021-11-21 18:44:03 +00:00 committed by GitHub
parent 65bdad3185
commit e156e78d4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,10 @@ stdenv.mkDerivation {
url = "https://patch-diff.githubusercontent.com/raw/stackp/Droopy/pull/30.patch";
sha256 = "Y6jBraKvVQAiScbvLwezSKeWY3vaAbhaNXEGNaItigQ=";
})
(fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/stackp/Droopy/pull/31.patch";
sha256 = "1ig054rxn5r0ph4w4fhmrxlh158c97iqqc7dbnc819adn9nw96l5";
})
];
nativeBuildInputs = [ wrapPython ];