chore: update nix with git hashes
Doesn't work yet, as a recent libadwaita and gtk4.0 is needed.
This commit is contained in:
parent
8f3750197b
commit
6d68c6500b
1 changed files with 8 additions and 2 deletions
10
default.nix
10
default.nix
|
@ -18,11 +18,17 @@
|
||||||
glib-networking,
|
glib-networking,
|
||||||
}: rustPlatform.buildRustPackage {
|
}: rustPlatform.buildRustPackage {
|
||||||
pname = "paket";
|
pname = "paket";
|
||||||
version = "unstable-2024-08-28";
|
version = "unstable-2024-09-28";
|
||||||
|
|
||||||
src = nix-gitignore.gitignoreSource [] ./.;
|
src = nix-gitignore.gitignoreSource [] ./.;
|
||||||
|
|
||||||
cargoLock.lockFile = ./Cargo.lock;
|
cargoLock = {
|
||||||
|
lockFile = ./Cargo.lock;
|
||||||
|
outputHashes = {
|
||||||
|
"relm4-0.9.0" = "sha256-iFxi2ZWdzWtui85IOfMIfyuPDbQO69u5VLk0a9ebatM=";
|
||||||
|
"relm4-icons-0.9.0" = "sha256-UUo1wIvJL2MryUFICnmVq6LoPuNaZ9nKcNGCCF8cx+k=";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
Loading…
Reference in a new issue