Skip to content

Commit

Permalink
chore(nix): update flake version and lock
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanboca committed Dec 20, 2024
1 parent 8954e08 commit eeb9288
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# define the packages provided by this flake
packages = let
src = ./.;
version = "0.7.3";
version = "0.8.0";
in rec {
blink-fuzzy-lib = let
inherit (inputs.fenix.packages.${system}.minimal) toolchain;
Expand All @@ -35,7 +35,7 @@
pname = "blink-fuzzy-lib";
inherit src version;
useFetchCargoVendor = true;
cargoHash = "sha256-XXI2jEoD6XbFNk3O8B6+aLzl1ZcJq1VinQXb+AOw8Rw=";
cargoHash = "sha256-t84hokb2loZ6FPPt4eN8HzgNQJrQUdiG5//ZbmlasWY=";

passthru.updateScript = pkgs.nix-update-script;
};
Expand Down

0 comments on commit eeb9288

Please sign in to comment.