From e6f4a7c88befb2ceba12169f12fce00e036af120 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Thu, 6 Oct 2022 20:32:46 -0400 Subject: [PATCH] nomad_1_4: 1.4.0 -> 1.4.1 --- pkgs/applications/networking/cluster/nomad/1.4.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/cluster/nomad/1.4.nix b/pkgs/applications/networking/cluster/nomad/1.4.nix index d94352ffba4b..6c912ddf755a 100644 --- a/pkgs/applications/networking/cluster/nomad/1.4.nix +++ b/pkgs/applications/networking/cluster/nomad/1.4.nix @@ -4,7 +4,7 @@ callPackage ./generic.nix { inherit buildGoModule; - version = "1.4.0"; - sha256 = "sha256-iAAnXhJdfgBsuBsuIkFQB4AbTplX3HJuf5HfUGAUEeM="; + version = "1.4.1"; + sha256 = "sha256-LQ/fypao6Amun9MY5FRCRasxqnywzI5gpzcO2PPJdWg="; vendorSha256 = "sha256-kfT2UGC8Wl7CM9lOU75UqKc0/O1okGCoGDpmQntakbU="; }