deck: 1.27.0 -> 1.27.1

This commit is contained in:
R. Ryantm
2023-10-06 16:56:09 +00:00
parent b3e14b9045
commit 7c2b308952
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "deck";
version = "1.27.0";
version = "1.27.1";
src = fetchFromGitHub {
owner = "Kong";
repo = "deck";
rev = "v${version}";
hash = "sha256-QP267H1vfsIo1EhV9vAWt03ewGufPHT8sZWcj/AHuxw=";
hash = "sha256-9eMcbmRCr92ebJsPTyDFnwGn3gsRpR7aAkzV6Qfntgo=";
};
nativeBuildInputs = [ installShellFiles ];