Skip to content

Commit

Permalink
update packages.nix to release 2024-05-05-030852
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 5, 2024
1 parent 7a20d55 commit a362555
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-04-28-030722/index-x86_64-linux";
sha256 = "029xyfrwsy2hbikn0h81i22ka04fspmfn3mrq1q8570rwmd8zdny";
url = "https://github.com/nix-community/nix-index-database/releases/download/2024-05-05-030852/index-x86_64-linux";
sha256 = "0mwcp5mnd0jxdpcdbnlpb0500k6qnbbqmp1jlbhrb4ldg4dkl9vk";
};
aarch64-linux.database = builtins.fetchurl {
url = "https://github.com/nix-community/nix-index-database/releases/download/2024-04-28-030722/index-aarch64-linux";
sha256 = "1jh9kbcmqrd9h9fmzw3w67lyc2bjyyavkzdwpi4madvyny9d59jb";
url = "https://github.com/nix-community/nix-index-database/releases/download/2024-05-05-030852/index-aarch64-linux";
sha256 = "10h048d9yrwrg483nv3qz3ykkx493ls1nvq5aj25jb17salv0mx6";
};
x86_64-darwin.database = builtins.fetchurl {
url = "https://github.com/nix-community/nix-index-database/releases/download/2024-04-28-030722/index-x86_64-darwin";
sha256 = "1f962c3jmql5pyplijy2kz96w4zwxkwydabrarb19hrnnffczrm4";
url = "https://github.com/nix-community/nix-index-database/releases/download/2024-05-05-030852/index-x86_64-darwin";
sha256 = "0vy5qqkdpd81yl1h7k981h6jw80srdl5xvc7jkx48d2kppnqcw6n";
};
aarch64-darwin.database = builtins.fetchurl {
url = "https://github.com/nix-community/nix-index-database/releases/download/2024-04-28-030722/index-aarch64-darwin";
sha256 = "1vg77a0qylhbjdvsrghlqplrs601radpfc43c0skfa9qsgc6rr0k";
url = "https://github.com/nix-community/nix-index-database/releases/download/2024-05-05-030852/index-aarch64-darwin";
sha256 = "1gbih9zbpsx29lzqg8gr3rsrrc43k8grmiq11gs20slf3nk3jx41";
};
}

0 comments on commit a362555

Please sign in to comment.