Skip to content

Commit

Permalink
flake.nix: update ogle version and flake.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Jan 30, 2025
1 parent dd83230 commit b58cf50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 = "2.0.2";
version = "2.1.0";
src = self;
cargoLock.lockFile = ./Cargo.lock;
};
Expand Down

0 comments on commit b58cf50

Please sign in to comment.