droopy: Fix Python 3.9 compatiblity (#145702)
* droopy: Fix Python 3.9 compatiblity * Fix hash * Unqualify fetchpatch
This commit is contained in:
parent
65bdad3185
commit
e156e78d4b
1 changed files with 4 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue