droopy: Fix Python 3.9 compatiblity (#145702)

* droopy: Fix Python 3.9 compatiblity

* Fix hash

* Unqualify fetchpatch
main
George Thomas 3 years ago committed by GitHub
parent 65bdad3185
commit e156e78d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/applications/networking/droopy/default.nix

@ -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…
Cancel
Save