Skip to content

Commit dd7ac59

Browse files
committed
update nomad-driver-podman
as PR #183 was merged
1 parent fd53454 commit dd7ac59

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

nix/metal/bitteProfile/podman.nix

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,20 @@
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

0 commit comments

Comments
 (0)