flake: Update ha-now-playing input

This commit is contained in:
Erwin Boskma 2024-12-02 14:50:29 +01:00
parent 1d3bdb9c1c
commit 516e989ff8
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg
2 changed files with 12 additions and 39 deletions

View file

@ -93,27 +93,12 @@
} }
}, },
"crane": { "crane": {
"inputs": {
"flake-compat": "flake-compat_3",
"flake-utils": [
"ha-now-playing",
"flake-utils"
],
"nixpkgs": [
"ha-now-playing",
"nixpkgs"
],
"rust-overlay": [
"ha-now-playing",
"rust-overlay"
]
},
"locked": { "locked": {
"lastModified": 1697165857, "lastModified": 1733016477,
"narHash": "sha256-Cho+TPHCIfx/sVo5scjNDP2XUCpUxcyKvoMlJ8w9dgQ=", "narHash": "sha256-Hh0khbqBeCtiNS0SJgqdWrQDem9WlPEc2KF5pAY+st0=",
"owner": "ipetkov", "owner": "ipetkov",
"repo": "crane", "repo": "crane",
"rev": "117ac48319c0dbcff5540781c7c5b18166e33f6a", "rev": "76d64e779e2fbaf172110038492343a8c4e29b55",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -242,22 +227,6 @@
} }
}, },
"flake-compat_3": { "flake-compat_3": {
"flake": false,
"locked": {
"lastModified": 1696267196,
"narHash": "sha256-AAQ/2sD+0D18bb8hKuEEVpHUYD1GmO2Uh/taFamn6XQ=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "4f910c9827911b1ec2bf26b5a062cd09f8d89f85",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-compat_4": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1696426674, "lastModified": 1696426674,
@ -380,14 +349,17 @@
], ],
"rust-overlay": [ "rust-overlay": [
"rust-overlay" "rust-overlay"
],
"treefmt-nix": [
"treefmt-nix"
] ]
}, },
"locked": { "locked": {
"lastModified": 1697294760, "lastModified": 1733140396,
"narHash": "sha256-kZdUwJihRNKM0TKM/l1dA4EySB4MZqaEXCqgoyJy+Vw=", "narHash": "sha256-wHCoHVxp38sEx0unA4c+CMsElMvrC7CrG/YC8sQUO2o=",
"ref": "main", "ref": "main",
"rev": "171c65e613914d00f52c326a3c375ee954daec45", "rev": "f861550625ba212d641e3ddf69625e6a1b3bb0ed",
"revCount": 103, "revCount": 105,
"type": "git", "type": "git",
"url": "https://git.datarift.nl/erwin/ha-now-playing.git" "url": "https://git.datarift.nl/erwin/ha-now-playing.git"
}, },
@ -628,7 +600,7 @@
}, },
"pre-commit-hooks": { "pre-commit-hooks": {
"inputs": { "inputs": {
"flake-compat": "flake-compat_4", "flake-compat": "flake-compat_3",
"gitignore": "gitignore", "gitignore": "gitignore",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"

View file

@ -114,6 +114,7 @@
flake-utils.follows = "flake-utils"; flake-utils.follows = "flake-utils";
rust-overlay.follows = "rust-overlay"; rust-overlay.follows = "rust-overlay";
pre-commit-hooks.follows = "pre-commit-hooks"; pre-commit-hooks.follows = "pre-commit-hooks";
treefmt-nix.follows = "treefmt-nix";
}; };
}; };