Merge pull request #301215 from r-ryantm/auto-update/risor

risor: 1.5.1 -> 1.5.2
This commit is contained in:
Nick Cao 2024-04-03 10:16:50 -04:00 committed by GitHub
commit a5d7f6620e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "risor";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "risor-io";
repo = "risor";
rev = "v${version}";
hash = "sha256-bGlJe61B5jMb1u81NvNMJDW+dNem6bNFT7DJYno5jCk=";
hash = "sha256-tvEiboH5cGRpyBmmpu8A1UlDR1Y9XPe1pUNS0/Jvooc=";
};
proxyVendor = true;