regal: 0.27.0 -> 0.28.0

This commit is contained in:
R. Ryantm
2024-10-07 19:12:37 +00:00
parent 8ab1d552b8
commit 332dc894d0
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
name = "regal";
version = "0.27.0";
version = "0.28.0";
src = fetchFromGitHub {
owner = "StyraInc";
repo = "regal";
rev = "v${version}";
hash = "sha256-IGf7iIL2q3w7qIJ0oxDILxcNjexuEr4bsYK+v24Ae+c=";
hash = "sha256-bQKVebpDqmwTAbocL10WrvA4HeVjDaGcbX090cX7HPw=";
};
vendorHash = "sha256-Yl8ZFEiAJRAetc3e2ZdrbTdYhx/Ek9nr3mMQ0H7+aGM=";
vendorHash = "sha256-EaOMIfkaYPXmsqw/Oi3caKjarR5ijwcoK+EXwGfSUqE=";
ldflags = [
"-s" "-w"