diff options
Diffstat (limited to 'ops/kontemplate/default.nix')
-rw-r--r-- | ops/kontemplate/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/kontemplate/default.nix b/ops/kontemplate/default.nix index 9085f31c304b..eb1290687735 100644 --- a/ops/kontemplate/default.nix +++ b/ops/kontemplate/default.nix @@ -14,7 +14,7 @@ with depot.third_party; buildGoPackage rec { name = "kontemplate-${version}"; - version = "master"; + version = "canon"; src = ./.; goPackagePath = "github.com/tazjin/kontemplate"; goDeps = ./deps.nix; |