Update emoji-volpeon-gphn #76

Closed
gitea-bot wants to merge 1 commit from update-emoji-volpeon-gphn into main
3 changed files with 20 additions and 19 deletions
Showing only changes of commit 0f46dd3cd3 - Show all commits

View file

@ -1,13 +1,14 @@
{ lib, {
lib,
fetchFromGitHub, fetchFromGitHub,
buildLinux, buildLinux,
... ...
} @ args: } @ args: let
let
modDirVersion = "6.3.0"; modDirVersion = "6.3.0";
source = builtins.fromJSON (builtins.readFile ./source.json); source = builtins.fromJSON (builtins.readFile ./source.json);
in buildLinux (args // { in
buildLinux (args
// {
inherit modDirVersion; inherit modDirVersion;
version = "6.3.0+${source.rev}"; version = "6.3.0+${source.rev}";
src = fetchFromGitHub { src = fetchFromGitHub {