Skip to content

Commit

Permalink
flake: Update flake.lock (#383)
Browse files Browse the repository at this point in the history
* flake.lock: Update

Flake lock file updates:

• Updated input 'buildbot-nix':
    'github:nix-community/buildbot-nix/f67a5abd71cb11f82b8767fa953e6cbee3da7240?narHash=sha256-7iuFuYszo17nNin969zd1oIHnXrgGwunJdHSyfrx/P8%3D' (2024-10-11)
  → 'github:nix-community/buildbot-nix/40ebafad5eb99a9e78b84156925d4fcc2e94f064?narHash=sha256-e1Ho4xHa3/WzuESbnjRgI3tgI9s%2BHGRv/LE2cmX139Q%3D' (2024-10-27)
• Updated input 'buildbot-nix/treefmt-nix':
    'github:numtide/treefmt-nix/4446c7a6fc0775df028c5a3f6727945ba8400e64?narHash=sha256-xpRqITAoD8rHlXQafYZOLvUXCF6cnZkPfoq67ThN0Hc%3D' (2024-10-03)
  → 'github:numtide/treefmt-nix/aac86347fb5063960eccb19493e0cadcdb4205ca?narHash=sha256-XGOvuIPW1XRfPgHtGYXd5MAmJzZtOuwlfKDgxX5KT3s%3D' (2024-10-22)
• Updated input 'dream2nix':
    'github:nix-community/dream2nix/c6935471f7e1a9e190aaa9ac9823dca34e00d92a?narHash=sha256-rhx5SYpIkPu7d%2BrjF9FGGBVxS0BwAEkmYIsJg2a3E20%3D' (2024-10-10)
  → 'github:nix-community/dream2nix/7acdae705dcc79f307e752f749a9f513a0ed9b83?narHash=sha256-Ko3a3hWt7CbVn9Db0/Tj9zln3bB/CMIhlQsP92mUejU%3D' (2024-10-26)
• Updated input 'dream2nix/purescript-overlay':
    'github:thomashoneyman/purescript-overlay/988b09676c2a0e6a46dfa3589aa6763c90476b8a?narHash=sha256-TIw%2Bsac0NX0FeAneud%2BsQZT%2Bql1G/WEb7/Vb436rUXM%3D' (2024-08-24)
  → 'github:thomashoneyman/purescript-overlay/4ad4c15d07bd899d7346b331f377606631eb0ee4?narHash=sha256-Sws7w0tlnjD%2BBjck1nv29NjC5DbL6nH5auL9Ex9Iz2A%3D' (2024-10-10)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/ccc0c2126893dd20963580b6478d1a10a4512185?narHash=sha256-4HQI%2B6LsO3kpWTYuVGIzhJs1cetFcwT7quWCk/6rqeo%3D' (2024-10-18)
  → 'github:NixOS/nixpkgs/86e78d3d2084ff87688da662cf78c2af085d8e73?narHash=sha256-eWPRZAlhf446bKSmzw6x7RWEE4IuZgAp8NW3eXZwRAY%3D' (2024-10-26)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/c504fd7ac946d7a1b17944d73b261ca0a0b226a5?narHash=sha256-fADlzOzcSaGsrO%2BTHUZ8SgckMMc7bMQftztKFCLVcFI%3D' (2024-10-20)
  → 'github:Mic92/sops-nix/1666d16426abe79af5c47b7c0efa82fd31bf4c56?narHash=sha256-qm0uCtM9bg97LeJTKQ8dqV/FvqRN%2BompyW4GIJruLuw%3D' (2024-10-27)

* flake.lock: update

* projects/Pretalx: drop mysql alias

* atomic-browser: update deps hash

* vula: propagate setuptools

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Weijia Wang <[email protected]>
  • Loading branch information
3 people authored Oct 28, 2024
1 parent e8e04e0 commit b54a95e
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 26 deletions.
44 changes: 22 additions & 22 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
inputs.dream2nix.url = "github:nix-community/dream2nix";
inputs.flake-utils.inputs.systems.follows = "systems";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.11";
inputs.nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.pre-commit-hooks.inputs.nixpkgs-stable.follows = "nixpkgs-stable";
inputs.pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/atomic-browser/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stdenv.mkDerivation rec {

pnpmDeps = pnpm.fetchDeps {
inherit src pname;
hash = "sha256-du+frFmNV1A4PE8iCRHETEqL0jVhtcxgOA+DhQnnRXg=";
hash = "sha256-t+82kY815j53WWM4dOHNU1rv6BEVkQ/p+F0myGzjAZk=";
};

nativeBuildInputs = [
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/vula/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
in
python3.pkgs.buildPythonApplication {
pname = "vula";
version = "unstable-2024-05-17";
version = "0.2-unstable-2024-05-17";

src = fetchgit {
url = "https://codeberg.org/vula/vula";
Expand Down Expand Up @@ -45,6 +45,7 @@ in
pyyaml
qrcode
schema
setuptools
tkinter
zeroconf
])
Expand Down
2 changes: 1 addition & 1 deletion projects/Pretalx/examples/mysql.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

mysql = {
enable = true;
package = pkgs.mysql;
package = pkgs.mariadb;
ensureUsers = [
{
name = config.services.ngi-pretalx.database.user;
Expand Down

0 comments on commit b54a95e

Please sign in to comment.