Skip to content

Commit

Permalink
update packages.nix to release 2024-01-28-030920
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 28, 2024
1 parent 2c1a58e commit c782f2a
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/2024-01-21-030727/index-x86_64-linux";
sha256 = "1k3fqs1w2215xx2c5b74dgvs3szlp5ljxpqq430r5h4hh8cpys43";
url = "https://github.com/nix-community/nix-index-database/releases/download/2024-01-28-030920/index-x86_64-linux";
sha256 = "1xdsr9s1bxxjswf72s215zc3pp44863j1ldm487f3d1wk1qqhfqr";
};
aarch64-linux.database = builtins.fetchurl {
url = "https://github.com/nix-community/nix-index-database/releases/download/2024-01-21-030727/index-aarch64-linux";
sha256 = "0ighg0bibq1lh72gpgylm7awyl6dscqpjhkpr3nc6klm80zaql79";
url = "https://github.com/nix-community/nix-index-database/releases/download/2024-01-28-030920/index-aarch64-linux";
sha256 = "1m9iahblfnh44lf1k3k6kcw4l2yn32b0fpm5fc09vc00rwwwkp32";
};
x86_64-darwin.database = builtins.fetchurl {
url = "https://github.com/nix-community/nix-index-database/releases/download/2024-01-21-030727/index-x86_64-darwin";
sha256 = "1di70bxwi0qglq6awj8ygpsjnk3ycf4db0jgggm19z815pxg0hby";
url = "https://github.com/nix-community/nix-index-database/releases/download/2024-01-28-030920/index-x86_64-darwin";
sha256 = "042kr18jx9sakdbxfaigdb3cpd7277vymmbajqlync3kwjarma35";
};
aarch64-darwin.database = builtins.fetchurl {
url = "https://github.com/nix-community/nix-index-database/releases/download/2024-01-21-030727/index-aarch64-darwin";
sha256 = "1mpgbajcpr1k54531ymjr11j29kq8j9d5p9q2yx8ls93l962wfw9";
url = "https://github.com/nix-community/nix-index-database/releases/download/2024-01-28-030920/index-aarch64-darwin";
sha256 = "05w8cifp919rlqwdfn0l4mcbrhg6sgsin16480pqxqgywxyp8y1q";
};
}

0 comments on commit c782f2a

Please sign in to comment.