hover: 0.46.6 -> 0.47.0

This commit is contained in:
Eric Dallo 2021-12-26 17:44:39 -03:00
parent ac048e82e3
commit 917a3facd9
No known key found for this signature in database
GPG key ID: 985DD2B6664886B8

View file

@ -18,7 +18,7 @@
let
pname = "hover";
version = "0.46.6";
version = "0.47.0";
libs = with xorg; [
libX11.dev
@ -46,13 +46,13 @@ let
subPackages = [ "." ];
vendorSha256 = "0b4h7sr9ldvgaq2rz8hyzqv1b5gk8gkc9yxc8m3yzh2fxzznkr87";
vendorSha256 = "sha256-GDoX5d2aDfaAx9JsKuS4r8137t3swT6rgcCghmaThSM=";
src = fetchFromGitHub {
rev = "v${version}";
owner = "go-flutter-desktop";
repo = pname;
sha256 = "127hz08rvskl6hayn7dwd78g9lz83w7bmhdamk1fhwvay396q9qk";
sha256 = "sha256-ch59Wx4g72u7x99807ppURI4I+5aJ/W8Zr35q8X68v4=";
};
nativeBuildInputs = [ addOpenGLRunpath makeWrapper ];