chore: update package.nix for v1.7.1

This commit is contained in:
github-actions[bot]
2026-07-12 08:58:54 +00:00
parent 9551eabf2d
commit 7c16b63b41
+2 -2
View File
@@ -29,14 +29,14 @@ let
in
rustPlatform.buildRustPackage {
pname = "creamlinux-installer";
version = "1.7.0-unstable-2026-07-11";
version = "1.7.1-unstable-2026-07-12";
inherit src;
cargoLock.lockFile = ./src-tauri/Cargo.lock;
npmDeps = fetchNpmDeps {
inherit src;
hash = "sha256-74rTmS0RV8FagUQzH4ympOX/ueHTj15qihcAcCpaEGQ=";
hash = "sha256-h/PAcOP/sBKHYQipL4yIuRlS+mEDwr1hWy4fSnVT00Y=";
};
nativeBuildInputs = [