tauon: 7.4.7 -> 7.5.0

This commit is contained in:
Jan Solanti 2023-02-17 20:27:38 +02:00
parent 2abea38e08
commit b933aac06e

View File

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