update cantata

This commit is contained in:
outfoxxed 2025-07-04 23:09:18 -07:00
parent 3c91610d5a
commit d538894632
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -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 = [