Merge pull request #188880 from r-ryantm/auto-update/oed

oed: 6.7 -> 7.1

authored by

Jonas Heinrich and committed by
GitHub
de6d4ab8 80805575

+2 -2
+2 -2
pkgs/applications/editors/oed/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 pname = "oed"; 8 - version = "6.7"; 9 10 src = fetchFromGitHub { 11 owner = "ibara"; 12 repo = "oed"; 13 rev = "oed-${version}"; 14 - hash = "sha256-Z8B1RIFve3UPj+9G/WJX0BNc2ynG/qtoGfoesarYGz8="; 15 }; 16 17 postPatch = lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''
··· 5 6 stdenv.mkDerivation rec { 7 pname = "oed"; 8 + version = "7.1"; 9 10 src = fetchFromGitHub { 11 owner = "ibara"; 12 repo = "oed"; 13 rev = "oed-${version}"; 14 + hash = "sha256-ySfw8Xo/dCBd3K3dxWsdPz8gQ+KeXyReIlUo4q5SFCc="; 15 }; 16 17 postPatch = lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''