chore: update nix with git hashes

Doesn't work yet, as a recent libadwaita and gtk4.0 is needed.
This commit is contained in:
jane400 2024-09-19 22:41:10 +02:00 committed by jane400
parent 8f3750197b
commit 6d68c6500b

View file

@ -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