Skip to content

Commit f2b97e0

Browse files
committedJun 27, 2017
python.pkgs.intelhex: fix patch
1 parent 4d25979 commit f2b97e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/python-modules/intelhex/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ lib
22
, buildPythonPackage
33
, fetchPypi
4-
, fetchpatch
4+
, fetchurl
55
}:
66

77
buildPythonPackage rec {
@@ -15,7 +15,7 @@ buildPythonPackage rec {
1515
};
1616

1717
patches = [
18-
(fetchpatch {
18+
(fetchurl {
1919
url = https://github.com/bialix/intelhex/commit/f251aef214daa2116e15ff7f7dcec1639eb12d5b.patch;
2020
sha256 = "02i15qjmcz7mwbwvyj3agl5y7098rag2iwypdilkaadhbslsl9b9";
2121
})

0 commit comments

Comments
 (0)
Please sign in to comment.