about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-06 05:53:15 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-06 05:53:15 +0000
commitf2e570e146f4611f2775eb2f506e24ee23cd1e00 (patch)
treefcc91164f21f609c4c733f6186c40d618553a759 /pkgs/applications/networking
parent7aeb86c1fab782a971d7ed2d15ff026fc2dadb42 (diff)
downloadnixlib-f2e570e146f4611f2775eb2f506e24ee23cd1e00.tar
nixlib-f2e570e146f4611f2775eb2f506e24ee23cd1e00.tar.gz
nixlib-f2e570e146f4611f2775eb2f506e24ee23cd1e00.tar.bz2
nixlib-f2e570e146f4611f2775eb2f506e24ee23cd1e00.tar.lz
nixlib-f2e570e146f4611f2775eb2f506e24ee23cd1e00.tar.xz
nixlib-f2e570e146f4611f2775eb2f506e24ee23cd1e00.tar.zst
nixlib-f2e570e146f4611f2775eb2f506e24ee23cd1e00.zip
nomad-driver-podman: 0.5.1 -> 0.5.2
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/nomad-driver-podman/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/nomad-driver-podman/default.nix b/pkgs/applications/networking/cluster/nomad-driver-podman/default.nix
index 224da229b084..384e5b87c555 100644
--- a/pkgs/applications/networking/cluster/nomad-driver-podman/default.nix
+++ b/pkgs/applications/networking/cluster/nomad-driver-podman/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "nomad-driver-podman";
-  version = "0.5.1";
+  version = "0.5.2";
 
   src = fetchFromGitHub {
     owner = "hashicorp";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-MYqsTuMLxbVNWLAWjQ8xQts5qJvhTylle7YLtGyswjY=";
+    sha256 = "sha256-L2OnnSTrr49THE2ZQpuHagTjcg3/pt/ydivGmWZSvas=";
   };
 
-  vendorHash = "sha256-wjJ+mq/m7IjbwypoBvBhjOyAT4v4HDSChHY5OE0xA2U=";
+  vendorHash = "sha256-0a8wnwyquDrEnPlR337uCxMzuc/9MjgGUsDd+xIfPhw=";
 
   subPackages = [ "." ];