Skip to content

Commit 6a35b42

Browse files
committed
hydra-queue-runner: 66d8c5d0 -> ede19bdf
1 parent 5298aac commit 6a35b42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

non-critical-infra/hosts/staging-hydra/hydra.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ in
6868
patches = [
6969
(pkgs.fetchpatch2 {
7070
url = "https://patch-diff.githubusercontent.com/raw/NixOS/hydra/pull/1542.patch";
71-
hash = "sha256-Eju9Be9pAdM2S19jl0VAkELqQTZ7P9DVlDwH3mORPt8=";
71+
hash = "sha256-FG4s3VfyDLyBP407W4Y2h8zbWYE2k/ocrIZKu5xPYuo=";
7272
})
7373
];
7474
}

non-critical-infra/packages/hydra-queue-runner/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ let
1818
src = fetchFromGitHub {
1919
owner = "helsinki-systems";
2020
repo = "hydra-queue-runner";
21-
rev = "66d8c5d094987f6f54ec81b488812b999358267b";
22-
hash = "sha256-MwmnMExE2xDtZZFUXVec1xThvGx2GJUdFEVVOMtlF3Q=";
21+
rev = "ede19bdf00e737f35f9bbef8df79dd5ea5be7642";
22+
hash = "sha256-tQTSjzh32jaby+0O6u+16zwZvUolYaWR7ENlR4+S+dI=";
2323
};
24-
cargoHash = "sha256-jfM+1fa0LhIP0aB+sbEsRY1ps2cM2PLqlno/W+Lc1lQ=";
24+
cargoHash = "sha256-MzyIdXgYQXz4hI7qUHBWvU036nsc2/e62cF18FnOjYw=";
2525
nativeBuildInputs = [
2626
pkg-config
2727
protobuf

0 commit comments

Comments
 (0)