summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-08-06 06:02:08 +0000
committerGitHub <noreply@github.com>2021-08-06 06:02:08 +0000
commit468d2096e93a8c0590d5f47c6cf8fcc1f201b491 (patch)
treedb1dcc53d98898182f1ccd142863e85765c1b95a
parentMerge release-21.05 into staging-next-21.05 (diff)
parentMerge pull request #132831 from maxeaubrey/21.05_nomad_1.0.9 (diff)
downloadnixpkgs-468d2096e93a8c0590d5f47c6cf8fcc1f201b491.tar.gz
Merge release-21.05 into staging-next-21.05
-rw-r--r--pkgs/applications/networking/cluster/nomad/1.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/nomad/1.0.nix b/pkgs/applications/networking/cluster/nomad/1.0.nix
index 9e7341e55bf1..4966c42b9a42 100644
--- a/pkgs/applications/networking/cluster/nomad/1.0.nix
+++ b/pkgs/applications/networking/cluster/nomad/1.0.nix
@@ -6,6 +6,6 @@
callPackage ./generic.nix {
inherit buildGoPackage nvidia_x11 nvidiaGpuSupport;
- version = "1.0.6";
- sha256 = "1nzaw4014bndxv042dkxdj492b21r5v5f06vav2kr1azk4m9sf07";
+ version = "1.0.9";
+ sha256 = "0ml6l5xq1310ib5zqfdwlxmsmhpc5ybd05z7pc6zgxbma1brxdv4";
}