From fb88e58aa3180d1bba0bc68bb60aa49094b45363 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Sat, 25 Nov 2023 23:46:27 +0100 Subject: [PATCH] buildbot-nix: switch to fork --- flake.lock | 30 +++++++++++++++--------------- flake.nix | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/flake.lock b/flake.lock index e245493..2bfdfe6 100644 --- a/flake.lock +++ b/flake.lock @@ -51,15 +51,15 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1700703872, - "narHash": "sha256-dJTI5NK9/iA1JWFjaBQoKX1IaCufKr2ute9V827RYEs=", - "owner": "Mic92", + "lastModified": 1700952217, + "narHash": "sha256-HRRL+Hn5PCwAdkpQ4TiDl6GIcjOammUnRPwBY5SpEL8=", + "owner": "JulienMalka", "repo": "buildbot-nix", - "rev": "edc713ad5ca2c019f5b2a3a5e467d5030135a7eb", + "rev": "8e0b6b9a99c21786304cad40e40d4d90e70afa54", "type": "github" }, "original": { - "owner": "Mic92", + "owner": "JulienMalka", "repo": "buildbot-nix", "type": "github" } @@ -594,11 +594,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1700833656, - "narHash": "sha256-2961vctd4vybU+Nr1mEIxAyu7/wy4/U3NohQG6lQvWU=", + "lastModified": 1700941474, + "narHash": "sha256-1qI7ZMBvbVPofz8jWqNlhBgol03huMWFduSwXb/UVMY=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "d79cf0afe26fd6503a47c17a524d45742bf2461a", + "rev": "ad3f6886484e9adbab532de125e69a70c54fa13e", "type": "github" }, "original": { @@ -1432,11 +1432,11 @@ }, "unstable": { "locked": { - "lastModified": 1700612854, - "narHash": "sha256-yrQ8osMD+vDLGFX7pcwsY/Qr5PUd6OmDMYJZzZi0+zc=", + "lastModified": 1700794826, + "narHash": "sha256-RyJTnTNKhO0yqRpDISk03I/4A67/dp96YRxc86YOPgU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "19cbff58383a4ae384dea4d1d0c823d72b49d614", + "rev": "5a09cb4b393d58f9ed0d9ca1555016a8543c2ac8", "type": "github" }, "original": { @@ -1466,18 +1466,18 @@ "flake": false, "locked": { "host": "gitlab.freedesktop.org", - "lastModified": 1700736101, - "narHash": "sha256-1Fh1xf/JX5zFbGIF9LDaffaleG6JDwwwnKby0LyiXEA=", + "lastModified": 1700734054, + "narHash": "sha256-SBu1y01WjCSrcCKvgfCDDckrZjU/OmCJT8Xc+hPow7E=", "owner": "wlroots", "repo": "wlroots", - "rev": "f1762f428b0ef2989c81f57ea9e810403d34d946", + "rev": "2eb225236eb72f27beec921e9f37ddf58e874fba", "type": "gitlab" }, "original": { "host": "gitlab.freedesktop.org", "owner": "wlroots", "repo": "wlroots", - "rev": "f1762f428b0ef2989c81f57ea9e810403d34d946", + "rev": "2eb225236eb72f27beec921e9f37ddf58e874fba", "type": "gitlab" } }, diff --git a/flake.nix b/flake.nix index 4259bbd..4b4d682 100644 --- a/flake.nix +++ b/flake.nix @@ -84,7 +84,7 @@ }; }; - buildbot-nix.url = "github:Mic92/buildbot-nix"; + buildbot-nix.url = "github:JulienMalka/buildbot-nix"; }; outputs = { self, nixpkgs, ... }@inputs: