wails: 2.1.0 -> 2.2.0

This commit is contained in:
Ian M. Jones 2022-11-10 20:27:21 +00:00
parent cf2b292717
commit b597d1a01e

View File

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "wails";
version = "2.1.0";
version = "2.2.0";
src = fetchFromGitHub {
owner = "wailsapp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Vrd6RP/N5Lrh5Ocr2W03m41fJXVXLJZle4C6xeF/jxM=";
sha256 = "sha256-g5tZUVOZ2ywD2vS9B3y3GHaoABr2rSIZGUOsdUJOL8Q=";
} + "/v2";
vendorSha256 = "sha256-jRW8SROt0CON17xZ+I3WiQow7yC1ly7pPHgbpEr1kW8=";