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

risor: 1.3.2 -> 1.5.1
This commit is contained in:
Mario Rodas 2024-03-23 19:55:10 -05:00 committed by GitHub
commit aff7127a35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,17 +7,17 @@
buildGoModule rec {
pname = "risor";
version = "1.3.2";
version = "1.5.1";
src = fetchFromGitHub {
owner = "risor-io";
repo = "risor";
rev = "v${version}";
hash = "sha256-E4Huto3jvPziWEZqHwVBchZYDX/Tuq/TCBvoviin5UY=";
hash = "sha256-bGlJe61B5jMb1u81NvNMJDW+dNem6bNFT7DJYno5jCk=";
};
proxyVendor = true;
vendorHash = "sha256-0NYvZhVkDX6WlKN4QFXyrNnEy0sjUQ1Us+iNEPIgNX0=";
vendorHash = "sha256-eW6eSZp5Msg/u50i1+S2KSzDws0Rq8JBY1Yxzq7/hVo=";
subPackages = [
"cmd/risor"