Merge pull request #162555 from r-ryantm/auto-update/cantata

This commit is contained in:
Martin Weinelt 2022-03-06 22:34:05 +01:00 committed by GitHub
commit 818d0fa306
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,13 +78,13 @@ let
in
mkDerivation rec {
pname = "cantata";
version = "2.4.2";
version = "2.5.0";
src = fetchFromGitHub {
owner = "CDrummond";
repo = "cantata";
rev = "v${version}";
sha256 = "15qfx9bpfdplxxs08inwf2j8kvf7g5cln5sv1wj1l2l41vbf1mjr";
sha256 = "sha256-UaZEKZvCA50WsdQSSJQQ11KTK6rM4ouCHDX7pn3NlQw=";
};
patches = [