regal: 0.33.1 -> 0.34.0 (#412450)

This commit is contained in:
Wolfgang Walther 2025-06-01 16:30:45 +00:00 committed by GitHub
commit ac56fd4ce7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
name = "regal"; name = "regal";
version = "0.33.1"; version = "0.34.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "StyraInc"; owner = "StyraInc";
repo = "regal"; repo = "regal";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-4H2/qHJA+/a2yoFNHhVUAslsyetesGdDqA8jHWN8L7E="; hash = "sha256-o/vJh7ZZBNjoOmqlj6VhksJKc5EyK3kRtsmkApmE6zo=";
}; };
vendorHash = "sha256-JlbNTQYRGlmzoPP+mIEVjtObGNI1/uuseLz5trxN5gM="; vendorHash = "sha256-TeGrqwLgxr4w9Ig/5mekyff6T5xlvKUHQoxqwferWew=";
ldflags = [ ldflags = [
"-s" "-s"