From d538894632a32fefeb50ae7a7584ee233e59eaaf Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Fri, 4 Jul 2025 23:09:18 -0700 Subject: [PATCH] update cantata --- modules/overlay-pkgs/cantata/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/overlay-pkgs/cantata/default.nix b/modules/overlay-pkgs/cantata/default.nix index 448b8bc..3dfa576 100644 --- a/modules/overlay-pkgs/cantata/default.nix +++ b/modules/overlay-pkgs/cantata/default.nix @@ -83,13 +83,13 @@ let in stdenv.mkDerivation rec { pname = "cantata"; - version = "3.2.1"; + version = "3.3.1"; src = fetchFromGitHub { owner = "nullobsi"; repo = "cantata"; - rev = "1ced66aaf82dad2137c01e887a88c10a4269467e"; - sha256 = "NLHkX9kZeb0ED48I6qOajj2/e9rsGbtLX9+BSzG00tI="; + rev = "a19efdf9649c50320f8592f07d82734c352ace9c"; + sha256 = "TVqgTYpHyU1OM9XddJ915GM1XQQrhH9V7yhSxQOaXRs="; }; patches = [