mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-08-01 19:18:25 -04:00
chore: update package.nix for v1.7.1
This commit is contained in:
+2
-2
@@ -29,14 +29,14 @@ let
|
|||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "creamlinux-installer";
|
pname = "creamlinux-installer";
|
||||||
version = "1.7.0-unstable-2026-07-11";
|
version = "1.7.1-unstable-2026-07-12";
|
||||||
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-74rTmS0RV8FagUQzH4ympOX/ueHTj15qihcAcCpaEGQ=";
|
hash = "sha256-h/PAcOP/sBKHYQipL4yIuRlS+mEDwr1hWy4fSnVT00Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user