From 259c493591cbb30597d5bbadceed92678a029901 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 20 Aug 2023 22:58:24 +0800 Subject: hypnotix: 3.5 -> 3.6 https://github.com/linuxmint/hypnotix/compare/3.5...3.6 --- pkgs/applications/video/hypnotix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/video/hypnotix/default.nix b/pkgs/applications/video/hypnotix/default.nix index 5505ac6e1ddae..c36478d3885b1 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.5"; + version = "3.6"; src = fetchFromGitHub { owner = "linuxmint"; repo = "hypnotix"; rev = version; - hash = "sha256-qw22izmh0bQ1B1kRqkMcmEdqU665/DtLod24TUH86Ww="; + hash = "sha256-hi3ppYDzFEp4FGZHlGgwEFqyOqzX+d0JK674EyibB/c="; }; patches = [ -- cgit 1.4.1