Skip to content

Commit

Permalink
update flake.nix to release 2024-08-25
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 25, 2024
1 parent ae55483 commit 834a0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
outputs = _:
{
legacyPackages.x86_64-linux.database = builtins.fetchurl {
url = "https://github.com/cyntheticfox/nix-index-database-stable/releases/download/2024-08-18/index-x86_64-linux";
sha256 = "04hmbm01wvp6vhnkc4p7dvwdjmf0n6qhq790n2ypwxb0ak504gc0";
url = "https://github.com/cyntheticfox/nix-index-database-stable/releases/download/2024-08-25/index-x86_64-linux";
sha256 = "16aaxlvsxyd6zdvnjcq1hmyyp1rckhpjh735wfwmkn9qbib7xry1";
};
};
}

0 comments on commit 834a0a9

Please sign in to comment.