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 66 dockerAuth ,
77 ...
88} : 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
911 nomad-driver-podman = pkgs . buildGo117Module rec {
1012 pname = "nomad-driver-podman" ;
1113 version = "0.4.0" ;
1214
1315 src = pkgs . fetchFromGitHub {
14- owner = "dermetfan " ;
16+ owner = "hashicorp " ;
1517 repo = "nomad-driver-podman" ;
16- rev = "309618ce0839da6ec6b1d4d90a9666ff19c74151 " ;
17- sha256 = "sha256-WvXyGspfFwcMPtpqhNDu//IMkN+P3xbZSmHVhXDdq0s =" ;
18+ rev = "2a5da7cba46fbfcbada120515a69dec1f3ff04ad " ;
19+ sha256 = "sha256-3KMrgS72s9qkp3Cn0gZzuKnc0wfP8NUfnv1ElI3D3ys =" ;
1820 } ;
1921
20- vendorSha256 = "sha256-5PQIWSGSR5vizWEsResBLd//yWs99o/bj5DVpRMBwhA =" ;
22+ vendorSha256 = "sha256-rGqP7Fzh2zms+GB/XYaoZTnaWQD4GmlJJDYprcH9bZQ =" ;
2123
2224 subPackages = [ "." ] ;
2325
You can’t perform that action at this time.
0 commit comments