Compare commits

9 Commits
Author SHA1 Message Date
wymiller d26bb0a0de Merge branch 'master' into discord-bots 2026-08-09 14:40:44 -05:00
wymiller 17f4274d0a Merge pull request '⬆️ Archon upgrade' (#5) from archon-upgrade into master
Publish packages to Attic / publish (push) Successful in 8m12s
Reviewed-on: #5
2026-08-09 14:40:33 -05:00
wymiller e3296b9c9f Merge branch 'master' into archon-upgrade 2026-08-09 14:40:24 -05:00
wymiller 71f2f4f199 Merge pull request '⬆️ Vintage Story upgrade' (#4) from vs-upgrade into master
Publish packages to Attic / publish (push) Successful in 8m32s
Reviewed-on: #4
2026-08-09 14:40:17 -05:00
wymiller 3c8c08ad5f Merge branch 'master' into vs-upgrade 2026-08-09 14:40:08 -05:00
wymiller 60dcecb7aa Merge pull request '📦 Add ani-cli-rs packge' (#3) from ani-cli-rs-package into master
Publish packages to Attic / publish (push) Successful in 9m31s
Reviewed-on: #3
2026-08-09 14:40:01 -05:00
wymiller 3207f9abec add: ani-cli-rs package
added package to publish to attic
2026-08-09 13:35:28 -04:00
wymiller 9c207d6ba8 mod: upgrade vintage story client, server 2026-08-09 13:12:39 -04:00
wymiller 2397ab4151 mod: upgrade archon version
added archon to application chooser
2026-08-09 13:01:27 -04:00
5 changed files with 38 additions and 6 deletions
+1
View File
@@ -67,6 +67,7 @@ jobs:
".#packages.${system}.vintage-story" \ ".#packages.${system}.vintage-story" \
".#packages.${system}.swaytreesave" \ ".#packages.${system}.swaytreesave" \
".#packages.${system}.archon" \ ".#packages.${system}.archon" \
".#packages.${system}.ani-cli-rs" \
| tee built-paths.txt | tee built-paths.txt
- name: Push packages to Attic - name: Push packages to Attic
+1
View File
@@ -10,4 +10,5 @@
vintage-story = pkgs.callPackage ./linux/vintage-story.nix {}; vintage-story = pkgs.callPackage ./linux/vintage-story.nix {};
archon = pkgs.callPackage ./linux/archon.nix {}; archon = pkgs.callPackage ./linux/archon.nix {};
yubilock = pkgs.callPackage ./linux/yubilock/default.nix { }; yubilock = pkgs.callPackage ./linux/yubilock/default.nix { };
ani-cli-rs = pkgs.callPackage ./linux/ani-cli-rs.nix { };
} }
+27
View File
@@ -0,0 +1,27 @@
{ pkgs }:
let
pname = "ani-cli-rs";
version = "0.9.3";
src = pkgs.fetchFromGitHub {
owner = "vorlie";
repo = "ani-cli-rs";
rev = "${version}";
sha256 = "sha256-4JjCe9dCggLtETmH8yWYyn1tkHimPYtTp0BLQML3NKY=";
};
in pkgs.rustPlatform.buildRustPackage {
inherit pname version src;
cargoLock = { lockFile = "${src}/Cargo.lock"; };
# tests make this package fail to build, this line skips them
doCheck = false;
meta = {
description = "A cross-platform Rust port of ani-cli with two independent Anikoto catalogs and native MegaPlay/KotoCDN playback";
mainProgram = "ani-cli-rs";
homepage = "https://github.com/vorlie/ani-cli-rs";
maintainers = [ "wymillerlinux" ];
platforms = [ "x86_64-linux" ];
changelog = "https://github.com/vorlie/ani-cli-rs/releases/tag/${version}";
};
}
+7 -4
View File
@@ -1,11 +1,11 @@
{ pkgs }: { pkgs }:
let let
pname = "archon"; pname = "archon";
version = "9.3.119"; version = "9.5.8";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/RPGLogs/Uploaders-archon/releases/download/v${version}/${pname}-v${version}.AppImage"; url = "https://github.com/RPGLogs/Uploaders-archon/releases/download/v${version}/${pname}-v${version}.AppImage";
hash = "sha256-mUsmaIxm3DZ1vvcwxpmDTWTj+UlFSv+jYkBrteL8xQk="; hash = "sha256-tEMfDK0BCBvNWFlA78FKWcOvU1wzIorBM4ZmLQ+6hzU=";
}; };
appimageContents = pkgs.appimageTools.extract { appimageContents = pkgs.appimageTools.extract {
@@ -17,8 +17,11 @@ pkgs.appimageTools.wrapType2 {
nativeBuildInputs = with pkgs; [ makeWrapper ]; nativeBuildInputs = with pkgs; [ makeWrapper ];
extraInstallCommands = '' extraInstallCommands = ''
install -Dm444 "${appimageContents}/Archon App.desktop" "$out/share/applications/archon.desktop" install -Dm444 "${appimageContents}/archon.desktop" "$out/share/applications/archon.desktop"
install -Dm444 "${appimageContents}/Archon App.png" "$out/share/icons/hicolor/256x256/apps/archon.png" install -Dm444 "${appimageContents}/archon.png" "$out/share/icons/hicolor/512x512/apps/archon.png"
substituteInPlace "$out/share/applications/archon.desktop" \
--replace-fail "Exec=AppRun --no-sandbox %U" "Exec=archon --no-sandbox %U"
''; '';
meta = with pkgs.lib; { meta = with pkgs.lib; {
+2 -2
View File
@@ -27,11 +27,11 @@ assert waylandSupport -> libxkbcommon != null;
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "vintagestory"; pname = "vintagestory";
version = "1.22.3"; version = "1.22.6";
src = fetchurl { src = fetchurl {
url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${finalAttrs.version}.tar.gz"; url = "https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${finalAttrs.version}.tar.gz";
hash = "sha256-sa4Pj1DwT6W6LJCAYznmbyqPtMUTaLSNTkXS1imQp04="; hash = "sha256-xJPyaYklEq2BeUX9+7hNPI6WC6ibcQDS+sKeqKYSh3A=";
}; };
__structuredAttrs = true; __structuredAttrs = true;