Skip to content

Commit f400bc0

Browse files
authored
regal: 0.30.2 -> 0.31.0 (#381359)
2 parents e39f3cf + 3075f3c commit f400bc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/re/regal/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
name = "regal";
9-
version = "0.30.2";
9+
version = "0.31.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "StyraInc";
1313
repo = "regal";
1414
rev = "v${version}";
15-
hash = "sha256-HlopAz+AqpjZ/NpVVvkiR0p7+ezWlr5ddLMK/LobxpM=";
15+
hash = "sha256-INoP5jROOCgPsw0vwzoMOyjR/A51kpH2t/T0zzdC6CQ=";
1616
};
1717

18-
vendorHash = "sha256-0B8MOF+ovJ1memBuXtEeMViKKWaQXX6+HQzMY91bgyI=";
18+
vendorHash = "sha256-ac6iDAA23pz4wJc1pWvIyJZxPMwQ4mLFueZF/G9wleI=";
1919

2020
ldflags = [
2121
"-s"

0 commit comments

Comments
 (0)