1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

chore: update

This commit is contained in:
2023-07-31 22:25:46 +02:00
parent 6c72666ed6
commit bb79707693
2 changed files with 14 additions and 13 deletions

25
flake.lock generated
View File

@@ -338,11 +338,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1690678105, "lastModified": 1690696720,
"narHash": "sha256-gAO2KpBorpwdRNe83i0MJWEO0dJyn8rWfxRTqz1DvEI=", "narHash": "sha256-GCt5xPBXZZjZv7LAgdnk3Ddi/0JVz4H0WIA0IKsP0C4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4ad78e3e98fabb3e4af3bd1a21dadb123aa85b5d", "rev": "4b4b4cf51b42616bc2de1c8fb92ec6a7ba862071",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -431,11 +431,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1690677824, "lastModified": 1690695647,
"narHash": "sha256-6g+vradn8XOcFPzG8zmGinEWxBKLYYoo35mX2y67XVk=", "narHash": "sha256-9l2fuu/8QnSDOAmyuvsYJsN1U63akWPxcK4W4V6vxr4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "e731d694c01b2e17ebb7edfb26442d0124b795a4", "rev": "612e4e11ca96d2c205053a74ab3949c516a7e4ec",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -519,11 +519,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1690596958, "lastModified": 1690683485,
"narHash": "sha256-SWqxUiEP9O2gvlWtR4Ku6rIMGM7PuNZreAPrU2yAjsk=", "narHash": "sha256-Sp/QpbMg86v12xhCsa6q0yTH8LYaJIcxzbf9LO1zFzM=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "5c06b0ed7bfb00f3a925af6c4acd1636596381c1", "rev": "05d480a7aef1aae1bfb67a39134dcf48c5322528",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -570,15 +570,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1690620628, "lastModified": 1690463825,
"narHash": "sha256-cJKeQUeBbP5oC4ahfLOaZZxs7/LjANeSZZbgEEQbxuY=", "narHash": "sha256-LILKFcKNVxYcYmzCB2+Gswyob5XrPJAF1YBExFR2yak=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "c29f2e6f9d0326a690d0c2376712e9134ad8f5c8", "rev": "5c829554280f3139ddbfce8561d7430efbf2abfb",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "danth", "owner": "danth",
"ref": "release-23.05",
"repo": "stylix", "repo": "stylix",
"type": "github" "type": "github"
} }

View File

@@ -17,7 +17,7 @@
retiolum.url = "git+https://git.thalheim.io/Mic92/retiolum"; retiolum.url = "git+https://git.thalheim.io/Mic92/retiolum";
rust-overlay.url = "github:oxalica/rust-overlay"; rust-overlay.url = "github:oxalica/rust-overlay";
scripts.url = "github:kmein/scripts"; scripts.url = "github:kmein/scripts";
stylix.url = "github:danth/stylix"; stylix.url = "github:danth/stylix/release-23.05";
telebots.url = "github:kmein/telebots"; telebots.url = "github:kmein/telebots";
tinc-graph.url = "github:kmein/tinc-graph"; tinc-graph.url = "github:kmein/tinc-graph";
traadfri.url = "github:kmein/traadfri"; traadfri.url = "github:kmein/traadfri";