hypnotix: 5.2 -> 5.3 (#440797)
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
|
||||
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 = [
|
||||
@@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
pythonPath = with python3.pkgs; [
|
||||
cinemagoer
|
||||
pygobject3
|
||||
requests
|
||||
setproctitle
|
||||
@@ -88,7 +87,7 @@ stdenv.mkDerivation rec {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user