Skip to content

Commit

Permalink
update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Jan 30, 2023
1 parent 89ce01a commit bb53c43
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 @@
stdenv.mkDerivation rec {
name = "splr-${version}";
pname = "splr";
version = "0.17.0-20230129";
version = "0.17.0-20230130";
src = self;
buildInputs = [ cargo libiconv rustc binutils ];
buildPhase = "cargo build --release";
Expand Down

0 comments on commit bb53c43

Please sign in to comment.