1
0
Fork 0

update flake package for 0.1.10

This commit is contained in:
Pratham Patel 2024-04-22 07:52:44 +05:30
parent 2969b8f4ee
commit 1ee4036d44
Signed by: thefossguy
SSH Key Fingerprint: SHA256:HwRBy9H1FYXWcv/Qi1WY3kmcVtGz2ydZuPJgD4pkusY
1 changed files with 2 additions and 2 deletions

View File

@ -34,10 +34,10 @@
packages = forEachSupportedSystem ({ pkgs, ... }: {
default = pkgs.rustPlatform.buildRustPackage {
pname = "nixos-needsreboot";
version = "0.1.8";
version = "0.1.10";
src = ./.;
cargoHash = "sha256-z74r+nJTe0JhByXXpiGde+fr3SLVHL2EayHhc20eOUU=";
cargoHash = "sha256-LzO1kkrpWTjLnqs0HH5AIFLOZxtg0kUDIqXCVKSqsAc=";
};
});
};