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

oed: 7.1 -> 7.4
This commit is contained in:
maxine 2024-02-06 18:48:53 +01:00 committed by GitHub
commit 6c2f6ebe79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "oed";
version = "7.1";
version = "7.4";
src = fetchFromGitHub {
owner = "ibara";
repo = "oed";
rev = "oed-${version}";
hash = "sha256-ySfw8Xo/dCBd3K3dxWsdPz8gQ+KeXyReIlUo4q5SFCc=";
hash = "sha256-bbV89YhrmL7tOgKly5OfQDRz4QE0UzZrVsmoXiJ7ZZw=";
};
postPatch = lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''