risor: 0.10.0 -> 0.11.0
Diff: https://github.com/risor-io/risor/compare/v0.10.0...v0.11.0 Changelog: https://github.com/risor-io/risor/releases/tag/v0.11.0
This commit is contained in:
parent
b367b9cf87
commit
7ebeedef7b
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "risor";
|
pname = "risor";
|
||||||
version = "0.10.0";
|
version = "0.11.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "risor-io";
|
owner = "risor-io";
|
||||||
repo = "risor";
|
repo = "risor";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-CnwejQ6e08AaUshfieXbQx05G6ZoF6vDlrtai3qxrxo=";
|
hash = "sha256-YBiBadyI8TRa7CpiTkMOL0biuVMAk23sqEOzJ0ipfA8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-diAbQwnlhMm43ZlLKq3llMl9mO3sIkc80aCI5UDn7F4=";
|
vendorHash = "sha256-diAbQwnlhMm43ZlLKq3llMl9mO3sIkc80aCI5UDn7F4=";
|
||||||
|
|
Loading…
Reference in a new issue