eggnog-mapper: fix patch URL and hash
This commit is contained in:
parent
300c205cf9
commit
bf4728cb40
@ -12,8 +12,8 @@ python27Packages.buildPythonApplication rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
patches = (fetchpatch {
|
patches = (fetchpatch {
|
||||||
url = https://github.com/eggnogdb/eggnog-mapper/pull/125/commits/b7828e4c8c1c453e391aef050f06ff3f84ff9faf.patch;
|
url = "https://github.com/eggnogdb/eggnog-mapper/commit/6972f601ade85b65090efca747d2302acb58507f.patch";
|
||||||
sha256 = "0nz1a7ybm4j5c7vdm3annnxz9036iam2044hia341a0am9wydmzk";
|
sha256 = "0abnmn0bh11jihf5d3cggiild1ykawzv5f5fhb4cyyi8fvy4hcxf";
|
||||||
});
|
});
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user