From f41856677ecb9187c0a877b791aebd228b2b5e05 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 14 Dec 2025 16:37:19 +0800 Subject: [PATCH] hypnotix: 5.4 -> 5.5 https://github.com/linuxmint/hypnotix/compare/5.4...5.5 --- pkgs/by-name/hy/hypnotix/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/hy/hypnotix/package.nix b/pkgs/by-name/hy/hypnotix/package.nix index 202fbd131934..f97936c52d1c 100644 --- a/pkgs/by-name/hy/hypnotix/package.nix +++ b/pkgs/by-name/hy/hypnotix/package.nix @@ -16,13 +16,13 @@ stdenv.mkDerivation rec { pname = "hypnotix"; - version = "5.4"; + version = "5.5"; src = fetchFromGitHub { owner = "linuxmint"; repo = "hypnotix"; tag = version; - hash = "sha256-aLcuRg6I1PaHBKyHMEV+TYOM82wb1hPVzMuF0SZixs8="; + hash = "sha256-/bFqPar/Ey48e+KG1EN0IuTF4HX+2jeMcFkqcEcOKMs="; }; patches = [