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

deck: 1.39.2 -> 1.39.3
This commit is contained in:
Nick Cao 2024-07-19 18:23:47 -04:00 committed by GitHub
commit f9e63c50c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "deck";
version = "1.39.2";
version = "1.39.3";
src = fetchFromGitHub {
owner = "Kong";
repo = "deck";
rev = "v${version}";
hash = "sha256-8Z2JBxVUoJKzxdMvyZg5SxHyIFW9lyA71GU7R6S27Rs=";
hash = "sha256-Oi/2sIsnJp1wK9PCS4GMCnFPLIAwNZeP7Qnnum3a118=";
};
nativeBuildInputs = [ installShellFiles ];