Skip to content

Commit f2195bb

Browse files
committed
bump flake, all dependencies
1 parent e2e0a51 commit f2195bb

File tree

7 files changed

+507
-436
lines changed

7 files changed

+507
-436
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.PHONY: format lint test test_vk test_more bench bench_vk check build_host build_host_vk build_arm64 docker_build docker_lint docker_test docker_test_more docker_bench clean run_confighelper run_camera run_videofile list
22

33
# https://hub.docker.com/_/debian
4-
DOCKER_BASE_IMAGE = debian:bullseye-20250317
4+
DOCKER_BASE_IMAGE = debian:bullseye-20250520
55
# https://go.dev/dl/
6-
GO_VERSION = 1.24.2
7-
GO_ARCHIVE_SHA256 = 68097bd680839cbc9d464a0edce4f7c333975e27a90246890e9f1078c7e702ad
6+
GO_VERSION = 1.24.3
7+
GO_ARCHIVE_SHA256 = 3333f6ea53afa971e9078895eaa4ac7204a8c6b5c68c10e6bc9a33e8e391bdd8
88

99
DEFAULT: format build_host build_arm64
1010

flake.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
3+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
44
unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
55
};
66

@@ -49,7 +49,7 @@
4949
vulkan-volk
5050

5151
# Frontend
52-
nodejs_22
52+
nodejs_24
5353
];
5454

5555
LD_LIBRARY_PATH = "${lib.makeLibraryPath buildInputs}";

frontend/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: run run_local format build deploy docker_build list
22

33
# https://hub.docker.com/_/node/
4-
DOCKER_BASE_IMAGE = node:22.12.0-alpine
4+
DOCKER_BASE_IMAGE = node:24.0.2-alpine3.20
55
FRONTEND_DEPLOY_TARGET_SSH_HOST_ = ${FRONTEND_DEPLOY_TARGET_SSH_HOST}
66
VITE_FRONTEND_BASE_URL_ = ${VITE_FRONTEND_BASE_URL}
77

0 commit comments

Comments
 (0)