Skip to content

Commit

Permalink
fix: update the tui for faster builds and to honor lates prj-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Feb 17, 2024
1 parent bb58aa6 commit f8e50fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -12,7 +12,7 @@
paisano.inputs.nixpkgs.follows = "nixpkgs";
paisano.inputs.yants.follows = "yants";
paisano-tui = {
url = "github:paisano-nix/tui/0.2.0";
url = "github:paisano-nix/tui/v0.4.1";
flake = false; # we're after the source code, only
};
};
Expand Down
2 changes: 1 addition & 1 deletion src/std/cli.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in {

src = inputs.paisano-tui + /src;

vendorHash = "sha256-ja0nFWdWqieq8m6cSKAhE1ibeN0fODDCC837jw0eCnE=";
vendorHash = "sha256-S1oPselqHRIPcqDSsvdIkCwu1siQGRDHOkxWtYwa+g4=";

nativeBuildInputs = [nixpkgs.installShellFiles];

Expand Down

0 comments on commit f8e50fa

Please sign in to comment.