regal: 0.23.0 -> 0.23.1

This commit is contained in:
R. Ryantm 2024-06-13 15:07:48 +00:00
parent c9b3406603
commit ae296293ac

View File

@ -2,13 +2,13 @@
buildGoModule rec {
name = "regal";
version = "0.23.0";
version = "0.23.1";
src = fetchFromGitHub {
owner = "StyraInc";
repo = "regal";
rev = "v${version}";
hash = "sha256-isivyYBxYinHQKfuLNyfXB1MNqdqNwu5iqsUd+WRwq8=";
hash = "sha256-ui4SY8HNpS5CV2zh84w8CYZmZAoNOPxIj/eG+KvKlwI=";
};
vendorHash = "sha256-I0aJFvJmmnxlqgeETOyg2/mjGX8lUJz99t56Qe+9uZg=";