flake: update buildbot-nix

This commit is contained in:
zowoq 2023-11-04 20:31:24 +10:00
parent b42c6e879b
commit 150bd44ec0
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -13,17 +13,17 @@
]
},
"locked": {
"lastModified": 1699084654,
"narHash": "sha256-JOlsEKt5/vKsrXU7zBPYqTSQgeQWMJp5gAMrnMfbms8=",
"lastModified": 1699093771,
"narHash": "sha256-evJFu2xrU02jy4N1LfAMACYbuEJgX1qWGVNBGR5UI2E=",
"owner": "Mic92",
"repo": "buildbot-nix",
"rev": "8df1b9a293973d2e34862d4870fb546af1cae8e4",
"rev": "fae171ca3f569940cac6290ce6235a9c8c28d597",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "buildbot-nix",
"rev": "8df1b9a293973d2e34862d4870fb546af1cae8e4",
"rev": "fae171ca3f569940cac6290ce6235a9c8c28d597",
"type": "github"
}
},

View file

@ -28,7 +28,7 @@
nixpkgs-update-github-releases.url = "github:ryantm/nixpkgs-update-github-releases";
nixpkgs-update-github-releases.flake = false;
buildbot-nix.url = "github:Mic92/buildbot-nix/8df1b9a293973d2e34862d4870fb546af1cae8e4";
buildbot-nix.url = "github:Mic92/buildbot-nix/fae171ca3f569940cac6290ce6235a9c8c28d597";
buildbot-nix.inputs.nixpkgs.follows = "nixpkgs";
buildbot-nix.inputs.flake-parts.follows = "flake-parts";
buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix";