Skip to content

Commit 9d0219a

Browse files
committed
build: update flake inputs
1 parent bfed31b commit 9d0219a

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

confik/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ serde_json = { version = "1", optional = true }
5252
toml = { version = "0.8", optional = true, default-features = false, features = ["parse"] }
5353

5454
bigdecimal = { version = "0.4", optional = true, features = ["serde"] }
55-
bytesize = { version = "2.0.0-beta.1", optional = true, features = ["serde"] }
55+
bytesize = { version = "2", optional = true, features = ["serde"] }
5656
camino = { version = "1", optional = true, features = ["serde1"] }
5757
chrono = { version = "0.4.39", optional = true, default-features = false, features = ["serde"] }
5858
ipnetwork = { version = "0.21", optional = true, features = ["serde"] }

flake.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
3+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
44
flake-parts.url = "github:hercules-ci/flake-parts";
55
};
66

0 commit comments

Comments
 (0)