update hydra
Some checks failed
Hydra hydra-unstable Hydra build #45436 of nix-packages:x86_64-linux-master-pr252:hydra-unstable
Hydra hydra Hydra build #45437 of nix-packages:x86_64-linux-master-pr252:hydra
Hydra matrix-media-repo Hydra build #45347 of nix-packages:aarch64-linux-master-pr252:matrix-media-repo

This commit is contained in:
Charlotte 🦝 Delenk 2023-05-30 07:56:00 +01:00
parent 71d7432bbe
commit 9394a928ac
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 10 additions and 10 deletions

View file

@ -136,17 +136,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1683550113, "lastModified": 1685429649,
"narHash": "sha256-niw0RHfwpo2/86wvtHrbU/DQYlkkwtrM+qG7GEC0qAo=", "narHash": "sha256-5e8H/PuxH9dVCIPkinKFirwTQSRzmh8yR5feBJ6vZM4=",
"owner": "NixOS", "ref": "refs/heads/master",
"repo": "hydra", "rev": "9004ba944a556365d75fc8c45cd6b70c384c1f9a",
"rev": "13ef4e3c5d87bc6f68c91a36d78cdc7d589d8ff2", "revCount": 4064,
"type": "github" "type": "git",
"url": "https://git.chir.rs/darkkirb/hydra"
}, },
"original": { "original": {
"owner": "NixOS", "type": "git",
"repo": "hydra", "url": "https://git.chir.rs/darkkirb/hydra"
"type": "github"
} }
}, },
"lowdown-src": { "lowdown-src": {

View file

@ -24,7 +24,7 @@
inputs.utils.follows = "flake-utils"; inputs.utils.follows = "flake-utils";
}; };
hydra = { hydra = {
url = "github:NixOS/hydra"; url = "git+https://git.chir.rs/darkkirb/hydra";
}; };
}; };