Merge pull request #267925 from r-ryantm/auto-update/tauon

tauon: 7.6.7 -> 7.7.0
This commit is contained in:
Matthias Beyer 2023-11-16 21:57:00 +01:00 committed by GitHub
commit 9b368ec681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tauon";
version = "7.6.7";
version = "7.7.0";
src = fetchFromGitHub {
owner = "Taiko2k";
repo = "TauonMusicBox";
rev = "v${finalAttrs.version}";
hash = "sha256-d25JM2LUQw6KYPojc+Pn40IwCYWLE9un0YAMIBC1NVg=";
hash = "sha256-FNRG0NKHQpPHb3P1M0eshFuGu9lyWFgmufFC5aqr7n0=";
};
postUnpack = ''