lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

hover: 0.46.3 -> 0.46.6

+4 -4
+4 -4
pkgs/development/tools/hover/default.nix
··· 18 18 19 19 let 20 20 pname = "hover"; 21 - version = "0.46.3"; 21 + version = "0.46.6"; 22 22 23 23 libs = with xorg; [ 24 24 libX11.dev ··· 41 41 homepage = "https://github.com/go-flutter-desktop/hover"; 42 42 license = licenses.bsd3; 43 43 platforms = platforms.linux; 44 - maintainers = [ maintainers.ericdallo maintainers.thiagokokada]; 44 + maintainers = with maintainers; [ ericdallo thiagokokada flexagoon ]; 45 45 }; 46 46 47 47 subPackages = [ "." ]; 48 48 49 - vendorSha256 = "sha256-qTBGmONlcFJcN+9bMZbVY+6kOQ97JmJWWvgmNeDWBL0="; 49 + vendorSha256 = "0b4h7sr9ldvgaq2rz8hyzqv1b5gk8gkc9yxc8m3yzh2fxzznkr87"; 50 50 51 51 src = fetchFromGitHub { 52 52 rev = "v${version}"; 53 53 owner = "go-flutter-desktop"; 54 54 repo = pname; 55 - sha256 = "sha256-0qzbRzpqoZcAt3k52+omqZ3Fq1KdS++wPpQkBkG1p6o="; 55 + sha256 = "127hz08rvskl6hayn7dwd78g9lz83w7bmhdamk1fhwvay396q9qk"; 56 56 }; 57 57 58 58 nativeBuildInputs = [ addOpenGLRunpath makeWrapper ];