Skip to content

Commit

Permalink
update packages.nix to release 2023-12-24-030633
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 24, 2023
1 parent 1d4d588 commit f4340c1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages.nix
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# this file is autogenerated by .github/workflows/update.yml
{
x86_64-linux.database = builtins.fetchurl {
url = "https://github.com/nix-community/nix-index-database/releases/download/2023-12-17-030802/index-x86_64-linux";
sha256 = "000qylpkjfd6zsghh4m6rmfkfgm16xp4c5lb6ahqpn4w3wsq48hk";
url = "https://github.com/nix-community/nix-index-database/releases/download/2023-12-24-030633/index-x86_64-linux";
sha256 = "0kd1khkpvnc7irw16isr0dw43shyl22rxyalz7zwxxb5h0i530pp";
};
aarch64-linux.database = builtins.fetchurl {
url = "https://github.com/nix-community/nix-index-database/releases/download/2023-12-17-030802/index-aarch64-linux";
sha256 = "06wd2k9m3jrals18p94n2pwp6dp5wi800s7x7pd2im5kjqi24jkz";
url = "https://github.com/nix-community/nix-index-database/releases/download/2023-12-24-030633/index-aarch64-linux";
sha256 = "0d2s47x0vyw59ydcl8sbwxngai6x5jqlxjdnf43i4h6jy8v0p516";
};
x86_64-darwin.database = builtins.fetchurl {
url = "https://github.com/nix-community/nix-index-database/releases/download/2023-12-17-030802/index-x86_64-darwin";
sha256 = "1p5w2qmc1x7dybh4kbdbn63c8mfrk89hbs499nm5fikzl7d672gb";
url = "https://github.com/nix-community/nix-index-database/releases/download/2023-12-24-030633/index-x86_64-darwin";
sha256 = "1ymzvppaz80xa4ya6li4ynq09z8412d19vwp56z6k92crz9gjp1j";
};
aarch64-darwin.database = builtins.fetchurl {
url = "https://github.com/nix-community/nix-index-database/releases/download/2023-12-17-030802/index-aarch64-darwin";
sha256 = "1ivxqzq9dk2y96p1kh045j42izgz13drhg03qx2cvaj6b266khlr";
url = "https://github.com/nix-community/nix-index-database/releases/download/2023-12-24-030633/index-aarch64-darwin";
sha256 = "1qaf2ap87a20zivfb75x88vsd40x2fxiyp43cb53g09hnshwr44w";
};
}

0 comments on commit f4340c1

Please sign in to comment.