From 66f881afd137d423f1c6bca11441ec5bb377779c Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Thu, 28 Aug 2025 09:17:33 +0800 Subject: [PATCH] hypnotix: 5.1 -> 5.2 https://github.com/linuxmint/hypnotix/compare/5.1...5.2 --- 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 38f51702037f..6ef21cc7ae7b 100644 --- a/pkgs/by-name/hy/hypnotix/package.nix +++ b/pkgs/by-name/hy/hypnotix/package.nix @@ -15,13 +15,13 @@ stdenv.mkDerivation rec { pname = "hypnotix"; - version = "5.1"; + version = "5.2"; src = fetchFromGitHub { owner = "linuxmint"; repo = "hypnotix"; rev = version; - hash = "sha256-XXfZDFvHrGk+RFSQPldI/G4xhPm8lafZyBVCDtzvyoI="; + hash = "sha256-QOUCpmq89XrWJVHyqSFbFD3a4y9UNgeMVXSr2H8TBeY="; }; patches = [