mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
risor: 1.1.1 -> 1.1.2
Diff: https://github.com/risor-io/risor/compare/v1.1.1...v1.1.2 Changelog: https://github.com/risor-io/risor/releases/tag/v1.1.2
This commit is contained in:
parent
10ee18ca92
commit
d987641ce9
|
@ -7,17 +7,17 @@
|
|||
|
||||
buildGo121Module rec {
|
||||
pname = "risor";
|
||||
version = "1.1.1";
|
||||
version = "1.1.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "risor-io";
|
||||
repo = "risor";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-7bWtlLo1fJQ7ddcg0MFUfeCn8VNkSEENxmp0O8cNTBE=";
|
||||
hash = "sha256-7/pGC2+7KKc+1JZrPnchG3/Zj15lfcvTppuFUcpu/aU=";
|
||||
};
|
||||
|
||||
proxyVendor = true;
|
||||
vendorHash = "sha256-cV6TOvcquAOr4WQ3IzWOVtLuwjQf1BA+QXzzDYnPsYQ=";
|
||||
vendorHash = "sha256-6Zb30IXZsRQ0mvJOf4yDPkk7I+s18ok/V90mSKB/Ev4=";
|
||||
|
||||
subPackages = [
|
||||
"cmd/risor"
|
||||
|
|
Loading…
Reference in a new issue