From 8bd7b8ce260d8e74fb848fb91b4e641649e3bf34 Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Mon, 25 Sep 2023 21:46:13 -0700 Subject: 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 --- pkgs/applications/video/hypnotix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/video/hypnotix/default.nix') diff --git a/pkgs/applications/video/hypnotix/default.nix b/pkgs/applications/video/hypnotix/default.nix index c36478d3885..b94acdecc54 100644 --- a/pkgs/applications/video/hypnotix/default.nix +++ b/pkgs/applications/video/hypnotix/default.nix @@ -12,13 +12,13 @@ stdenv.mkDerivation rec { pname = "hypnotix"; - version = "3.6"; + version = "3.7"; src = fetchFromGitHub { owner = "linuxmint"; repo = "hypnotix"; rev = version; - hash = "sha256-hi3ppYDzFEp4FGZHlGgwEFqyOqzX+d0JK674EyibB/c="; + hash = "sha256-H8+KJ9+HLAorGIeljw8H3N8W3E2yYhAno1xy+jI54zM="; }; patches = [ -- cgit 1.4.1 From 7148877c114fb9c4727724ddd2f07b3efb6efa90 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Tue, 26 Sep 2023 21:07:18 +0800 Subject: hypnotix: Add missing circles-flags This fixes the log spam of "Couldn't find flag /usr/share/circle-flags-svg/xx.svg" and adds missing icons to the location list. --- pkgs/applications/video/hypnotix/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/video/hypnotix/default.nix') diff --git a/pkgs/applications/video/hypnotix/default.nix b/pkgs/applications/video/hypnotix/default.nix index b94acdecc54..74d2389fce7 100644 --- a/pkgs/applications/video/hypnotix/default.nix +++ b/pkgs/applications/video/hypnotix/default.nix @@ -3,6 +3,7 @@ , fetchFromGitHub , substituteAll , cinnamon +, circle-flags , gettext , gobject-introspection , mpv @@ -31,6 +32,7 @@ stdenv.mkDerivation rec { postPatch = '' substituteInPlace usr/lib/hypnotix/hypnotix.py \ --replace __DEB_VERSION__ ${version} \ + --replace /usr/share/circle-flags-svg ${circle-flags}/share/circle-flags-svg \ --replace /usr/share/hypnotix $out/share/hypnotix ''; -- cgit 1.4.1