Skip to content

Commit

Permalink
flake.nix: use v1.4.7
Browse files Browse the repository at this point in the history
Nix 23.11 has the required rust compiler.
  • Loading branch information
lpenz committed Dec 13, 2023
1 parent b21feb3 commit 97ab4f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
rec {
packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "ogle";
version = "1.4.4";
version = "1.4.7";
src = self;
cargoLock.lockFile = ./Cargo.lock;
};
Expand Down

0 comments on commit 97ab4f3

Please sign in to comment.