forked from mirrors/nixpkgs
oed: 6.7 -> 7.1
This commit is contained in:
parent
4f39ada71b
commit
2c2a2c6311
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "oed";
|
pname = "oed";
|
||||||
version = "6.7";
|
version = "7.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ibara";
|
owner = "ibara";
|
||||||
repo = "oed";
|
repo = "oed";
|
||||||
rev = "oed-${version}";
|
rev = "oed-${version}";
|
||||||
hash = "sha256-Z8B1RIFve3UPj+9G/WJX0BNc2ynG/qtoGfoesarYGz8=";
|
hash = "sha256-ySfw8Xo/dCBd3K3dxWsdPz8gQ+KeXyReIlUo4q5SFCc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''
|
postPatch = lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''
|
||||||
|
|
Loading…
Reference in a new issue