Merge pull request #304230 from r-ryantm/auto-update/deck

deck: 1.36.2 -> 1.37.0
This commit is contained in:
Nick Cao 2024-04-15 10:03:55 -04:00 committed by GitHub
commit fe6e38aa4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];