lol

hypnotix: 5.2 -> 5.3

https://github.com/linuxmint/hypnotix/compare/5.2...5.3

authored by

R. Ryantm and committed by
Bobby Rong
4b2f653d 0ab631ca

+4 -5
+4 -5
pkgs/by-name/hy/hypnotix/package.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "hypnotix"; 18 - version = "5.2"; 18 + version = "5.3"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "linuxmint"; 22 22 repo = "hypnotix"; 23 - rev = version; 24 - hash = "sha256-QOUCpmq89XrWJVHyqSFbFD3a4y9UNgeMVXSr2H8TBeY="; 23 + tag = version; 24 + hash = "sha256-KJqGdBqeNtXYO3XOQvRJs4ie8jK4Hyv+YS86PB0dnOM="; 25 25 }; 26 26 27 27 patches = [ ··· 56 56 ]; 57 57 58 58 pythonPath = with python3.pkgs; [ 59 - cinemagoer 60 59 pygobject3 61 60 requests 62 61 setproctitle ··· 88 87 meta = { 89 88 description = "IPTV streaming application"; 90 89 homepage = "https://github.com/linuxmint/hypnotix"; 91 - changelog = "https://github.com/linuxmint/hypnotix/blob/${src.rev}/debian/changelog"; 90 + changelog = "https://github.com/linuxmint/hypnotix/blob/${src.tag}/debian/changelog"; 92 91 license = lib.licenses.gpl3Plus; 93 92 maintainers = with lib.maintainers; [ 94 93 dotlambda