about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2021-12-14 21:00:24 +0000
committerRobert Scott <code@humanleg.org.uk>2021-12-14 21:00:24 +0000
commit5c5068cb1028c5da921685f7b163b80c52e711a8 (patch)
treea6485fc8160bd137ed990eb49de373c6279c1f1f /pkgs/applications/networking/cluster
parentdc6a5c46c0d04635938599d11dfa50c4cfd9379e (diff)
nomad_1_0: 1.0.12 -> 1.0.13
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 53430cdf94ed5..079c957ebb0fd 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.12";
-  sha256 = "04fqliz7y4zzs4xraid54mqxwgrzh138nmfcs876vp534slvikpi";
+  version = "1.0.13";
+  sha256 = "19wlma2y8lpb7p01wb0l20rb6nvrvldz0mm3qfisx33y56ykjyh8";
 }