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-09-25 15:00:13 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2021-09-25 15:00:14 +0200
commitf9756aa1d9ad47c73198bebca8ef473f15305fca (patch)
tree27d1852a1b1b8dee708d433e935f2b9c51362632 /pkgs/applications/networking/cluster/nomad
parentde68426db81f8061923b283118d5d7f6582b3c29 (diff)
downloadnixlib-f9756aa1d9ad47c73198bebca8ef473f15305fca.tar
nixlib-f9756aa1d9ad47c73198bebca8ef473f15305fca.tar.gz
nixlib-f9756aa1d9ad47c73198bebca8ef473f15305fca.tar.bz2
nixlib-f9756aa1d9ad47c73198bebca8ef473f15305fca.tar.lz
nixlib-f9756aa1d9ad47c73198bebca8ef473f15305fca.tar.xz
nixlib-f9756aa1d9ad47c73198bebca8ef473f15305fca.tar.zst
nixlib-f9756aa1d9ad47c73198bebca8ef473f15305fca.zip
nomad_1_0: 1.0.10 -> 1.0.11
- https://github.com/hashicorp/nomad/releases/tag/v1.0.11
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 62034a39bbc0..092a620b98f4 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.10";
-  sha256 = "1yd4j35dmxzg9qapqyq3g3hnhxi5c4f57q43xbim8255bjyn94f0";
+  version = "1.0.11";
+  sha256 = "15h7w020p576zl91s5mr4npcmngrqqfj9xzlx6bk9i1cp6h4w0jy";
 }