deckmaster: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
440ccc0e 08a747a4

+3 -2
+3 -2
pkgs/applications/misc/deckmaster/default.nix
··· 13 src = fetchFromGitHub { 14 owner = "muesli"; 15 repo = "deckmaster"; 16 - rev = "v${version}"; 17 - sha256 = "sha256-1hZ7yAKTvkk20ho+QOqFEtspBvFztAtfmITs2uxhdmQ="; 18 }; 19 20 vendorHash = "sha256-d38s5sSvENIou+rlphXIrrOcGOdsvkNaMJlhiXVWN6c="; ··· 39 meta = with lib; { 40 description = "An application to control your Elgato Stream Deck on Linux"; 41 homepage = "https://github.com/muesli/deckmaster"; 42 license = licenses.mit; 43 maintainers = with maintainers; [ ianmjones ]; 44 platforms = platforms.linux;
··· 13 src = fetchFromGitHub { 14 owner = "muesli"; 15 repo = "deckmaster"; 16 + rev = "refs/tags/v${version}"; 17 + hash = "sha256-1hZ7yAKTvkk20ho+QOqFEtspBvFztAtfmITs2uxhdmQ="; 18 }; 19 20 vendorHash = "sha256-d38s5sSvENIou+rlphXIrrOcGOdsvkNaMJlhiXVWN6c="; ··· 39 meta = with lib; { 40 description = "An application to control your Elgato Stream Deck on Linux"; 41 homepage = "https://github.com/muesli/deckmaster"; 42 + changelog = "https://github.com/muesli/deckmaster/releases/tag/v${version}"; 43 license = licenses.mit; 44 maintainers = with maintainers; [ ianmjones ]; 45 platforms = platforms.linux;