deck: 1.36.2 -> 1.37.0

This commit is contained in:
R. Ryantm 2024-04-15 09:58:01 +00:00
parent 9831d39ef6
commit 57695af495
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "deck";
version = "1.36.2";
version = "1.37.0";
src = fetchFromGitHub {
owner = "Kong";
repo = "deck";
rev = "v${version}";
hash = "sha256-8iRWV+zm/qiSJUgx8OnCf0sZqycXnAv4dUtbTIzIT5k=";
hash = "sha256-gbbNeG0WzXiPE20XPtg4x57kvcNuHsxN57aLK+OUpv8=";
};
nativeBuildInputs = [ installShellFiles ];