Skip to content

Commit

Permalink
legends-of-equestria: 2024.05.01 -> 2024.06.02 (#369260)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Dec 30, 2024
2 parents c6f9325 + 0784fb6 commit 8f5a985
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/le/legends-of-equestria/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

let
pname = "legends-of-equestria";
version = "2024.05.01";
version = "2024.06.02";
description = "Free-to-play MMORPG";
runtimeDeps =
[
Expand Down Expand Up @@ -73,9 +73,9 @@ stdenv.mkDerivation {
megacmd
unzip
];
url = "https://mega.nz/file/NjIwwJoK#MVi3C3FAcSQPd7FRpQc0CoStBG8jSFuPn0jD-pG3zY0";
url = "https://mega.nz/file/Z3oAGYDa#01EfQICR4k5BK56hWFckYKsfgdV36KoU91TvSBwKgxY";
outputHashAlgo = "sha256";
outputHash = "VXBtEB3G5MTrWn9OOvmCG3sDoasjbKkLJruhdQZa4SQ=";
outputHash = "vpVIaRPrZih+ydWszsBF/JgO0AXh2rF/yOpBuI+V0m4=";
outputHashMode = "recursive";
}
''
Expand All @@ -102,7 +102,7 @@ stdenv.mkDerivation {
loeHome=$out/lib/${pname}
mkdir -p $loeHome
cp -r LoE/* $loeHome
cp -r Linux/* $loeHome
makeWrapper $loeHome/LoE.x86_64 $out/bin/LoE \
--suffix LD_LIBRARY_PATH : "${lib.makeLibraryPath runtimeDeps}"
Expand Down

0 comments on commit 8f5a985

Please sign in to comment.