File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
dockerAuth ,
7
7
...
8
8
} : let
9
+ # Remove and use package from nixpkgs as soon as it includes this PR:
10
+ # https://github.com/hashicorp/nomad-driver-podman/pull/183
9
11
nomad-driver-podman = pkgs . buildGo117Module rec {
10
12
pname = "nomad-driver-podman" ;
11
13
version = "0.4.0" ;
12
14
13
15
src = pkgs . fetchFromGitHub {
14
- owner = "dermetfan " ;
16
+ owner = "hashicorp " ;
15
17
repo = "nomad-driver-podman" ;
16
- rev = "309618ce0839da6ec6b1d4d90a9666ff19c74151 " ;
17
- sha256 = "sha256-WvXyGspfFwcMPtpqhNDu//IMkN+P3xbZSmHVhXDdq0s =" ;
18
+ rev = "2a5da7cba46fbfcbada120515a69dec1f3ff04ad " ;
19
+ sha256 = "sha256-3KMrgS72s9qkp3Cn0gZzuKnc0wfP8NUfnv1ElI3D3ys =" ;
18
20
} ;
19
21
20
- vendorSha256 = "sha256-5PQIWSGSR5vizWEsResBLd//yWs99o/bj5DVpRMBwhA =" ;
22
+ vendorSha256 = "sha256-rGqP7Fzh2zms+GB/XYaoZTnaWQD4GmlJJDYprcH9bZQ =" ;
21
23
22
24
subPackages = [ "." ] ;
23
25
You can’t perform that action at this time.
0 commit comments