Unverified Commit 102d9339 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #327824 from r-ryantm/auto-update/regal

regal: 0.23.1 -> 0.24.0
parents 88758802 5146444a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  name = "regal";
  version = "0.23.1";
  version = "0.24.0";

  src = fetchFromGitHub {
    owner = "StyraInc";
    repo = "regal";
    rev = "v${version}";
    hash = "sha256-ui4SY8HNpS5CV2zh84w8CYZmZAoNOPxIj/eG+KvKlwI=";
    hash = "sha256-bSu35IfQBoz2YKlEm8e02ahw9FxQfilR3b2WdjbAubs=";
  };

  vendorHash = "sha256-I0aJFvJmmnxlqgeETOyg2/mjGX8lUJz99t56Qe+9uZg=";
  vendorHash = "sha256-2NzBcOQ1TLUsh8wKiGlPogql+6qNou8//XpCiE7eV5I=";

  meta = with lib; {
    description = "Linter and language server for Rego";