Unverified Commit 8ba7099e authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

hypnotix: 5.2 -> 5.3 (#440797)

parents 2067e270 4b2f653d
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -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