regal: 0.33.1 -> 0.34.0

This commit is contained in:
R. Ryantm 2025-05-30 19:05:39 +00:00
parent cbc137c04a
commit df2e488e87

View file

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