hypnotix: 2.6 -> 2.7

https://github.com/linuxmint/hypnotix/blob/2.7/debian/changelog

authored by Robert Schütz and committed by Robert Schütz c6bedda7 7230a2d3

+3 -2
+3 -2
pkgs/applications/video/hypnotix/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "hypnotix"; 15 - version = "2.6"; 15 + version = "2.7"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "linuxmint"; 19 19 repo = "hypnotix"; 20 20 rev = version; 21 - hash = "sha256-9HWr8zjUuhj/GZdrt1WwpwYNLEl34S9IJ7ikGZBSw3s="; 21 + hash = "sha256-Mfj10CPYAI2QObgjbkhEPJ2nx6hsR5BHpmNofmdSz1k="; 22 22 }; 23 23 24 24 patches = [ ··· 79 79 meta = { 80 80 description = "IPTV streaming application"; 81 81 homepage = "https://github.com/linuxmint/hypnotix"; 82 + changelog = "https://github.com/linuxmint/hypnotix/blob/${src.rev}/debian/changelog"; 82 83 license = lib.licenses.gpl3Plus; 83 84 maintainers = with lib.maintainers; [ dotlambda ]; 84 85 platforms = lib.platforms.linux;