Skip to content

Commit

Permalink
python.pkgs.intelhex: fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 27, 2017
1 parent 4d25979 commit f2b97e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/intelhex/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, fetchpatch
, fetchurl
}:

buildPythonPackage rec {
Expand All @@ -15,7 +15,7 @@ buildPythonPackage rec {
};

patches = [
(fetchpatch {
(fetchurl {
url = https://github.com/bialix/intelhex/commit/f251aef214daa2116e15ff7f7dcec1639eb12d5b.patch;
sha256 = "02i15qjmcz7mwbwvyj3agl5y7098rag2iwypdilkaadhbslsl9b9";
})
Expand Down

0 comments on commit f2b97e0

Please sign in to comment.