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