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

tauon: 7.4.6 -> 7.4.7
This commit is contained in:
figsoda 2022-12-23 00:35:32 -05:00 committed by GitHub
commit 338bf0b325
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "tauon";
version = "7.4.6";
version = "7.4.7";
src = fetchFromGitHub {
owner = "Taiko2k";
repo = "TauonMusicBox";
rev = "v${version}";
sha256 = "sha256-G3DDr2ON35ctjPkRMJDjnfDHMHMhR3tlTgJ65DXvzwk=";
sha256 = "sha256-WUHMXsbnNaDlV/5bCOPMadJKWoF5i2UlFf9fcX6GCZ0=";
};
postUnpack = ''