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