Unverified Commit 5cf39845 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

regal: 0.21.0 -> 0.21.2
parents abd0ca98 8a5b00f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  name = "regal";
  version = "0.21.0";
  version = "0.21.2";

  src = fetchFromGitHub {
    owner = "StyraInc";
    repo = "regal";
    rev = "v${version}";
    hash = "sha256-4qqwL+zzBLtN8DLgUsVVAjXKdAvvbo12PHQstptbFIc=";
    hash = "sha256-YGUXJ5rfzyLwqhOLBuIRdN1G0fTcrPmuIsYKS/CzzW4=";
  };

  vendorHash = "sha256-5rj2dCWya24VUmIFf0oJQop80trq9NnqqFlBW/A6opk=";