about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/nomad
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2021-10-15 00:18:33 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2021-10-15 00:18:38 +0200
commit973f851c0bd5f8eeb9d9d575ea6852754968cf66 (patch)
tree86611b1e719797fd205bacfe5747097699f8ad98 /pkgs/applications/networking/cluster/nomad
parentf3c8a832347046f930d1568b9c2b461eccbaf14c (diff)
downloadnixlib-973f851c0bd5f8eeb9d9d575ea6852754968cf66.tar
nixlib-973f851c0bd5f8eeb9d9d575ea6852754968cf66.tar.gz
nixlib-973f851c0bd5f8eeb9d9d575ea6852754968cf66.tar.bz2
nixlib-973f851c0bd5f8eeb9d9d575ea6852754968cf66.tar.lz
nixlib-973f851c0bd5f8eeb9d9d575ea6852754968cf66.tar.xz
nixlib-973f851c0bd5f8eeb9d9d575ea6852754968cf66.tar.zst
nixlib-973f851c0bd5f8eeb9d9d575ea6852754968cf66.zip
nomad_1_0: 1.0.11 -> 1.0.12
- https://github.com/hashicorp/nomad/releases/tag/v1.0.12
- https://github.com/hashicorp/nomad/blob/v1.0.12/CHANGELOG.md
Diffstat (limited to 'pkgs/applications/networking/cluster/nomad')
-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 092a620b98f4..53430cdf94ed 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.11";
-  sha256 = "15h7w020p576zl91s5mr4npcmngrqqfj9xzlx6bk9i1cp6h4w0jy";
+  version = "1.0.12";
+  sha256 = "04fqliz7y4zzs4xraid54mqxwgrzh138nmfcs876vp534slvikpi";
 }