tauon: 7.1.0 -> 7.1.1

This commit is contained in:
Jan Solanti
2022-02-17 18:20:38 +02:00
parent 9d09daa0a9
commit 2477017c8e
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "tauon";
version = "7.1.0";
version = "7.1.1";
src = fetchFromGitHub {
owner = "Taiko2k";
repo = "TauonMusicBox";
rev = "v${version}";
sha256 = "sha256-p48fVuigfQuFrCUnTD5NTFtgiO3WaBeKOhGLoQU4O5U=";
sha256 = "sha256-eVliTSFTBG56mU1Crt3syoYxKclz/6W15y/30C+Tf1g=";
};
postPatch = ''