chore: update package.nix for v1.5.6

This commit is contained in:
github-actions[bot]
2026-05-06 14:16:24 +00:00
parent 293273af2d
commit 85873379f3
+2 -2
View File
@@ -29,14 +29,14 @@ let
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "creamlinux-installer"; pname = "creamlinux-installer";
version = "1.5.5-unstable-2026-05-03"; version = "1.5.6-unstable-2026-05-06";
inherit src; inherit src;
cargoLock.lockFile = ./src-tauri/Cargo.lock; cargoLock.lockFile = ./src-tauri/Cargo.lock;
npmDeps = fetchNpmDeps { npmDeps = fetchNpmDeps {
inherit src; inherit src;
hash = "sha256-9VUywt71u4kuHNCFxW2aiavqM7e6tvBMHyzeSdJIJ5o="; hash = "sha256-6sQul8tZaCk62JL9SfDKxVShNgYdoGYOS25asugirDo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [