summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-07 18:17:47 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-07 12:23:21 -0800
commit3f6853083a0c20f0f3ee3f675e707261c08a3671 (patch)
treebe4810e132694393576ed29fdb07fb630c85d97d
parentMerge pull request #149430 from NixOS/backport-149420-to-release-21.11 (diff)
downloadnixpkgs-3f6853083a0c20f0f3ee3f675e707261c08a3671.tar.gz
nomad-autoscaler: 0.3.3 -> 0.3.4
(cherry picked from commit 9c57b07cc14a01e4f4e6ab04b92e93f819b7db88)
-rw-r--r--pkgs/applications/networking/cluster/nomad-autoscaler/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/nomad-autoscaler/default.nix b/pkgs/applications/networking/cluster/nomad-autoscaler/default.nix
index 702bf19d5795..cfa86ea2dcaf 100644
--- a/pkgs/applications/networking/cluster/nomad-autoscaler/default.nix
+++ b/pkgs/applications/networking/cluster/nomad-autoscaler/default.nix
@@ -3,7 +3,7 @@
let
package = buildGoModule rec {
pname = "nomad-autoscaler";
- version = "0.3.3";
+ version = "0.3.4";
outputs = [
"out"
@@ -25,10 +25,10 @@ let
owner = "hashicorp";
repo = "nomad-autoscaler";
rev = "v${version}";
- sha256 = "sha256-bN/U6aCf33B88ouQwTGG8CqARzWmIvXNr5JPr3l8cVI=";
+ sha256 = "sha256-SmlcQH+K/axl6Gj+bX0Quk6K/usP0c1hWnIdFjS1dn8=";
};
- vendorSha256 = "sha256-Ls8gkfLyxfQD8krvxjAPnZhf1r1s2MhtQfMMfp8hJII=";
+ vendorSha256 = "sha256-tO8vi9jBV6rVcGk/OoaXzpnQi4yPdozYZZwAMFCz2+c=";
subPackages = [ "." ];