bump ftb-app to 1.27.3
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 44s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 13m14s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 6m11s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Successful in 22m25s

This commit is contained in:
ahuston-0 2025-03-03 10:31:53 -05:00
parent 47a78e306e
commit 2cc71e4619
No known key found for this signature in database
GPG Key ID: 47940175096C1330
2 changed files with 7 additions and 3 deletions

View File

@ -8,6 +8,7 @@
expat, expat,
fetchurl, fetchurl,
gtk3, gtk3,
gdk-pixbuf,
jre, jre,
lib, lib,
libdrm, libdrm,
@ -26,11 +27,11 @@
# sha256sums_aarch64=(ad1197556a187693cbc488142562a0c17144e33056f1c914950c2f1496a4c532) # sha256sums_aarch64=(ad1197556a187693cbc488142562a0c17144e33056f1c914950c2f1496a4c532)
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ftb-app"; pname = "ftb-app";
version = "1.25.14"; version = "1.27.3";
src = fetchurl { src = fetchurl {
url = "https://piston.feed-the-beast.com/app/ftb-app-${version}-amd64.deb"; url = "https://piston.feed-the-beast.com/app/ftb-app-linux-${version}-amd64.deb";
sha256 = "c9e4ce43be5337d2c7f10c55412d0acc629178d4967aef88897ebad2aa241ef0"; sha256 = "031a73g58vj35h33pmp3swjrjlg09ismdx46810sp7ihrpvs0ad6";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -82,6 +83,7 @@ stdenv.mkDerivation rec {
libs+="${xorg.libxcb}/lib/libxcb.so.1 ${alsa-lib}/lib/libasound.so.2 " libs+="${xorg.libxcb}/lib/libxcb.so.1 ${alsa-lib}/lib/libasound.so.2 "
libs+="${libxkbcommon}/lib/libxkbcommon.so.0 " libs+="${libxkbcommon}/lib/libxkbcommon.so.0 "
libs+="${at-spi2-atk}/lib/libatspi.so.0 ${xorg.libXtst}/lib/libXtst.so.6 " libs+="${at-spi2-atk}/lib/libatspi.so.0 ${xorg.libXtst}/lib/libXtst.so.6 "
libs+="${gdk-pixbuf}/lib/libgdk_pixbuf-2.0.so.0 "
echo "$libs" echo "$libs"

View File

@ -75,6 +75,7 @@
nix-prefetch nix-prefetch
nix-tree nix-tree
nh nh
nix-prefetch-scripts
# doom emacs dependencies # doom emacs dependencies
fd fd
@ -89,6 +90,7 @@
nodejs_20 nodejs_20
nodePackages.prettier nodePackages.prettier
treefmt treefmt
]; ];
}; };