flake.lock: Update
Flake lock file updates: • Updated input 'sunshine': 'git+https://git@git.datarift.nl/erwin/sunshine.git?ref=main&rev=d43f5ce6761e609de875eeb2f36a12ef339f98d6' (2022-09-26) → 'git+https://git@git.datarift.nl/erwin/sunshine.git?ref=main&rev=223fb72217b97ed13248713b5825b234023eed83' (2024-01-14) • Added input 'sunshine/flake-parts': 'github:hercules-ci/flake-parts/07f6395285469419cf9d078f59b5b49993198c00' (2024-01-11) • Added input 'sunshine/flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/b0d36bd0a420ecee3bc916c91886caca87c894e9?dir=lib' (2023-12-30) • Removed input 'sunshine/flake-utils'
This commit is contained in:
parent
b9a432bb17
commit
2448f96989
1 changed files with 41 additions and 7 deletions
48
flake.lock
48
flake.lock
|
@ -306,6 +306,24 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-parts_3": {
|
||||
"inputs": {
|
||||
"nixpkgs-lib": "nixpkgs-lib_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1704982712,
|
||||
"narHash": "sha256-2Ptt+9h8dczgle2Oo6z5ni5rt/uLMG47UFTR1ry/wgg=",
|
||||
"owner": "hercules-ci",
|
||||
"repo": "flake-parts",
|
||||
"rev": "07f6395285469419cf9d078f59b5b49993198c00",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "hercules-ci",
|
||||
"repo": "flake-parts",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-utils": {
|
||||
"locked": {
|
||||
"lastModified": 1667395993,
|
||||
|
@ -570,6 +588,24 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-lib_2": {
|
||||
"locked": {
|
||||
"dir": "lib",
|
||||
"lastModified": 1703961334,
|
||||
"narHash": "sha256-M1mV/Cq+pgjk0rt6VxoyyD+O8cOUiai8t9Q6Yyq4noY=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "b0d36bd0a420ecee3bc916c91886caca87c894e9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"dir": "lib",
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-stable": {
|
||||
"locked": {
|
||||
"lastModified": 1702780907,
|
||||
|
@ -800,19 +836,17 @@
|
|||
},
|
||||
"sunshine": {
|
||||
"inputs": {
|
||||
"flake-utils": [
|
||||
"flake-utils"
|
||||
],
|
||||
"flake-parts": "flake-parts_3",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1664210128,
|
||||
"narHash": "sha256-Ve7h8RN+48n4YJzRNkQTcpmPBENM2GMmpXlcVx14vnQ=",
|
||||
"lastModified": 1705261503,
|
||||
"narHash": "sha256-88kkBSwPjdGLY5U4q5rD0IjxRQ8Si1QaqeI00Z2Fib4=",
|
||||
"ref": "main",
|
||||
"rev": "d43f5ce6761e609de875eeb2f36a12ef339f98d6",
|
||||
"revCount": 11,
|
||||
"rev": "223fb72217b97ed13248713b5825b234023eed83",
|
||||
"revCount": 13,
|
||||
"type": "git",
|
||||
"url": "https://git@git.datarift.nl/erwin/sunshine.git"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue