hypnotix: 3.6 -> 3.7

Diff: https://github.com/linuxmint/hypnotix/compare/3.6...3.7

Changelog: https://github.com/linuxmint/hypnotix/blob/3.7/debian/changelog

+2 -2
+2 -2
pkgs/applications/video/hypnotix/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "hypnotix"; 15 - version = "3.6"; 15 + version = "3.7"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "linuxmint"; 19 19 repo = "hypnotix"; 20 20 rev = version; 21 - hash = "sha256-hi3ppYDzFEp4FGZHlGgwEFqyOqzX+d0JK674EyibB/c="; 21 + hash = "sha256-H8+KJ9+HLAorGIeljw8H3N8W3E2yYhAno1xy+jI54zM="; 22 22 }; 23 23 24 24 patches = [