hypnotix: 5.2 -> 5.3 (#440797)

Changed files
+4 -5
pkgs
by-name
hy
hypnotix
+4 -5
pkgs/by-name/hy/hypnotix/package.nix
···
stdenv.mkDerivation rec {
pname = "hypnotix";
-
version = "5.2";
+
version = "5.3";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "hypnotix";
-
rev = version;
-
hash = "sha256-QOUCpmq89XrWJVHyqSFbFD3a4y9UNgeMVXSr2H8TBeY=";
+
tag = version;
+
hash = "sha256-KJqGdBqeNtXYO3XOQvRJs4ie8jK4Hyv+YS86PB0dnOM=";
};
patches = [
···
];
pythonPath = with python3.pkgs; [
-
cinemagoer
pygobject3
requests
setproctitle
···
meta = {
description = "IPTV streaming application";
homepage = "https://github.com/linuxmint/hypnotix";
-
changelog = "https://github.com/linuxmint/hypnotix/blob/${src.rev}/debian/changelog";
+
changelog = "https://github.com/linuxmint/hypnotix/blob/${src.tag}/debian/changelog";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
dotlambda