Update hydra digest to 34ff66a
renovate[bot] committed
Dec 3, 2025 at 19:38 UTC
ba284c8085c394168169ed04371e44fdc08310b2
2 files changed
+5
-5
flake.lock
+4
-4
@@ -301,17 +301,17 @@
301
]
302
},
303
"locked": {
304
- "lastModified": 1764075027,
305
- "narHash": "sha256-1rlEU0zoxYRGob1EvjUk2Xq17vM71+f+8bUl3uKABv0=",
304
+ "lastModified": 1764105837,
305
+ "narHash": "sha256-odn4JAamENIUa+KfWCDi1BxM02TOmvhxyEdFLZrV+/4=",
306
"owner": "NixOS",
307
"repo": "hydra",
308
- "rev": "3bd87005f749fdf75af776d3871178a5a224c7ad",
308
+ "rev": "34ff66a460c21ee69d840c8c896d067405ba4a3e",
309
"type": "github"
310
},
311
"original": {
312
"owner": "NixOS",
313
"repo": "hydra",
314
- "rev": "3bd87005f749fdf75af776d3871178a5a224c7ad",
314
+ "rev": "34ff66a460c21ee69d840c8c896d067405ba4a3e",
315
"type": "github"
316
}
317
},
flake.nix
+1
-1
@@ -13,7 +13,7 @@
13
};
14
15
hydra = {
16
- url = "github:NixOS/hydra/3bd87005f749fdf75af776d3871178a5a224c7ad";
16
+ url = "github:NixOS/hydra/34ff66a460c21ee69d840c8c896d067405ba4a3e";
17
inputs.nixpkgs.follows = "nixpkgs";
18
};
19