go2tv: refactor

- add changelog to meta

authored by Fabian Affolter and committed by GitHub 9376ef9d fe3e468d

+5 -3
+5 -3
pkgs/applications/video/go2tv/default.nix
··· 19 19 src = fetchFromGitHub { 20 20 owner = "alexballas"; 21 21 repo = "go2tv"; 22 - rev = "v${version}"; 23 - sha256 = "sha256-7m5GikrdcrJyl+KYuSk1JWLW2SsHOcBJNJuq2BahxHc="; 22 + rev = "refs/tags/v${version}"; 23 + hash = "sha256-7m5GikrdcrJyl+KYuSk1JWLW2SsHOcBJNJuq2BahxHc="; 24 24 }; 25 25 26 26 vendorHash = "sha256-na79rF/9o+s6E4i08Ocs6u98IABc19sTGFvjI6yeJFo="; ··· 39 39 ] ++ lib.optionals stdenv.isDarwin [ Carbon Cocoa Kernel UserNotifications ]; 40 40 41 41 ldflags = [ 42 - "-s" "-w" 42 + "-s" 43 + "-w" 43 44 "-linkmode=external" 44 45 ]; 45 46 ··· 51 52 meta = with lib; { 52 53 description = "Cast media files to UPnP/DLNA Media Renderers and Smart TVs"; 53 54 homepage = "https://github.com/alexballas/go2tv"; 55 + changelog = "https://github.com/alexballas/go2tv/releases/tag/v${version}"; 54 56 license = licenses.mit; 55 57 maintainers = with maintainers; [ gdamjan ]; 56 58 mainProgram = "go2tv";