risor: 1.1.2 -> 1.3.2

This commit is contained in:
R. Ryantm 2024-01-29 13:32:31 +00:00
parent 5d34f071b5
commit 2cf6db07ee

View file

@ -7,17 +7,17 @@
buildGoModule rec {
pname = "risor";
version = "1.1.2";
version = "1.3.2";
src = fetchFromGitHub {
owner = "risor-io";
repo = "risor";
rev = "v${version}";
hash = "sha256-7/pGC2+7KKc+1JZrPnchG3/Zj15lfcvTppuFUcpu/aU=";
hash = "sha256-E4Huto3jvPziWEZqHwVBchZYDX/Tuq/TCBvoviin5UY=";
};
proxyVendor = true;
vendorHash = "sha256-6Zb30IXZsRQ0mvJOf4yDPkk7I+s18ok/V90mSKB/Ev4=";
vendorHash = "sha256-0NYvZhVkDX6WlKN4QFXyrNnEy0sjUQ1Us+iNEPIgNX0=";
subPackages = [
"cmd/risor"