Merge pull request #222379 from jansol/tauon

tauon: 7.5.0 -> 7.6.0
This commit is contained in:
figsoda 2023-03-21 17:30:25 -04:00 committed by GitHub
commit ba55a7b2dd
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.5.0";
version = "7.6.0";
src = fetchFromGitHub {
owner = "Taiko2k";
repo = "TauonMusicBox";
rev = "v${version}";
hash = "sha256-9/mzh8lRBjd7d9oEyG1XGWmOdgPEFCVjHZxDnAhYDwc=";
hash = "sha256-oQ3mcDrWWIT/2fu4MBw+0GjxWGFw1aLSTvmaKSDsdz4=";
};
postUnpack = ''