Skip to content

Commit

Permalink
olympus copy from NixOS/nixpkgs#309327
Browse files Browse the repository at this point in the history
  • Loading branch information
Sittymin committed Jul 23, 2024
1 parent 88e4122 commit ddf8110
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 54 deletions.
10 changes: 5 additions & 5 deletions pkgs/olympus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
, mono4
, love
, lua51Packages
, nfd
, msbuild
, sqlite
, curl
Expand Down Expand Up @@ -61,19 +60,20 @@ let
dotnet-out = "sharp/bin/Release/net452";
pname = "olympus";
phome = "$out/lib/${pname}";
nfd = lua51Packages.nfd;
in
buildDotnetModule rec {
inherit pname;

# FIXME: I made up this version number.
version = "24.04.23.02";
version = "24.07.06.02";

src = fetchFromGitHub {
owner = "EverestAPI";
repo = "Olympus";
rev = "6b4ceee45b51b913cf1d50bfb3ae645b21bba4f1";
rev = "5f3e40687eb825c57021f52d83a3bc9a82c04bdb";
fetchSubmodules = true; # Required. See upstream's README.
hash = "sha256-FtvTELf8EZCkoAmMbgwxftxXOzdXy0P69RRMyPlRXUA=";
hash = "sha256-rNh6sH51poahiV0Mb61lHfzqOkPF2pW2wr7MOrfVSVs=";
};

executables = [ ];
Expand Down Expand Up @@ -155,7 +155,7 @@ buildDotnetModule rec {
homepage = "https://github.com/EverestAPI/Olympus";
changelog = "https://github.com/EverestAPI/Olympus/blob/main/changelog.txt";
license = licenses.mit;
# maintainers = with maintainers; [ ulysseszhan petingoso ];
# maintainers = with maintainers; [ulysseszhan petingoso];
mainProgram = "olympus";
platforms = platforms.unix;
};
Expand Down
3 changes: 3 additions & 0 deletions pkgs/olympus/deps.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# This file was automatically generated by passthru.fetch-deps.
# Please dont edit it manually, your changes might get overwritten!

# This file was automatically generated by passthru.fetch-deps.
# Please dont edit it manually, your changes might get overwritten!

{ fetchNuGet }: [
(fetchNuGet { pname = "Microsoft.NETFramework.ReferenceAssemblies"; version = "1.0.2"; sha256 = "0i42rn8xmvhn08799manpym06kpw89qy9080myyy2ngy565pqh0a"; })
(fetchNuGet { pname = "Microsoft.NETFramework.ReferenceAssemblies.net452"; version = "1.0.2"; sha256 = "02xpdaynfglblvi2brszspvz0rz3admzh35shnqgik6s1x75n82k"; })
Expand Down
49 changes: 0 additions & 49 deletions pkgs/olympus/zenity.patch

This file was deleted.

0 comments on commit ddf8110

Please sign in to comment.