tauon: 7.0.1 -> 7.1.0

This commit is contained in:
R. Ryantm 2022-02-13 09:31:40 +00:00 committed by Matthieu Coudron
parent 5cbfc7f0b9
commit 28bdc3d8f1

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "tauon";
version = "7.0.1";
version = "7.1.0";
src = fetchFromGitHub {
owner = "Taiko2k";
repo = "TauonMusicBox";
rev = "v${version}";
sha256 = "sha256-Sw9w6vFXk2Cx7LdfMsou9IDheVckdusc0iGWkVsVtCQ=";
sha256 = "sha256-p48fVuigfQuFrCUnTD5NTFtgiO3WaBeKOhGLoQU4O5U=";
};
postPatch = ''