Unverified Commit 10c2897c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

deck: 1.27.0 -> 1.27.1
parents 5abf8d71 7c2b3089
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];