epkowa: fix patch download url
the patch was modified (see [1]) so specify the git revision when downloading it. [1] https://gitweb.gentoo.org/repo/gentoo.git/commit/media-gfx/iscan/files/iscan-2.28.1.3+libpng-1.5.patch?id=32694b0b3b24bd6729e613fabd7a3050c658c95b
This commit is contained in:
parent
5402412b97
commit
eff980c6cb
|
@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/media-gfx/iscan/files/iscan-2.28.1.3+libpng-1.5.patch";
|
||||
url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/media-gfx/iscan/files/iscan-2.28.1.3+libpng-1.5.patch?h=b6e4c805d53b49da79a0f64ef16bb82d6d800fcf";
|
||||
sha256 = "04y70qjd220dpyh771fiq50lha16pms98mfigwjczdfmx6kpj1jd";
|
||||
})
|
||||
./firmware_location.patch
|
||||
|
|
Loading…
Reference in New Issue