mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-05-16 03:02:43 -04:00
chore: update package.nix for v1.5.6
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.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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user