Skip to content

Commit

Permalink
chore(docs): Bump included nix-1p version
Browse files Browse the repository at this point in the history
... basically never updated this, oops.
  • Loading branch information
tazjin committed Oct 29, 2021
1 parent 654dbbf commit c6c5e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ let
nix-1p = fetchFromGitHub {
owner = "tazjin";
repo = "nix-1p";
rev = "e0a051a016b9118bea90ec293d6cd346b9707e77";
sha256 = "0d1lfkxg03lki8dc3229g1cgqiq3nfrqgrknw99p6w0zk1pjd4dj";
rev = "9f0baf5e270128d9101ba4446cf6844889e399a2";
sha256 = "1pf9i90gn98vz67h296w5lnwhssk62dc6pij983dff42dbci7lhj";
};
in runCommand "nixery-book" { } ''
mkdir -p $out
Expand Down

0 comments on commit c6c5e60

Please sign in to comment.