Update hydra digest to a9581bc
renovate[bot] committed
Jan 30, 2026 at 22:08 UTC
8a6ae4adda9842131c066d05a262715dcceaa254
2 files changed
+5
-5
flake.lock
+4
-4
@@ -301,17 +301,17 @@
301
]
302
},
303
"locked": {
304
- "lastModified": 1769212608,
305
- "narHash": "sha256-Ro+qOHWmWuKJiUwX8bmNuGpb0cLUaPr0vsuZGAi2QCI=",
304
+ "lastModified": 1769800271,
305
+ "narHash": "sha256-vrwZnNY7DypyWyHRqQ0uIBiQ5hZ6MRMfq5Gjl6VoLiA=",
306
"owner": "NixOS",
307
"repo": "hydra",
308
- "rev": "8bc95a96f787eb36f29ceec773f5bf48bd121097",
308
+ "rev": "a9581bcdc469fdf34cb92519ee973045b5e8c8e4",
309
"type": "github"
310
},
311
"original": {
312
"owner": "NixOS",
313
"repo": "hydra",
314
- "rev": "8bc95a96f787eb36f29ceec773f5bf48bd121097",
314
+ "rev": "a9581bcdc469fdf34cb92519ee973045b5e8c8e4",
315
"type": "github"
316
}
317
},
flake.nix
+1
-1
@@ -13,7 +13,7 @@
13
};
14
15
hydra = {
16
- url = "github:NixOS/hydra/8bc95a96f787eb36f29ceec773f5bf48bd121097";
16
+ url = "github:NixOS/hydra/a9581bcdc469fdf34cb92519ee973045b5e8c8e4";
17
inputs.nixpkgs.follows = "nixpkgs";
18
};
19