tauon: 7.7.1 -> 7.7.2

This commit is contained in:
R. Ryantm 2024-04-04 03:16:10 +00:00
parent 200850af60
commit 4e8bf6c497
1 changed files with 2 additions and 2 deletions

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tauon";
version = "7.7.1";
version = "7.7.2";
src = fetchFromGitHub {
owner = "Taiko2k";
repo = "TauonMusicBox";
rev = "v${finalAttrs.version}";
hash = "sha256-rRYM8wdvwfetoIpS/lzAV/uV5XVpXyXsHSrClPWcsCo=";
hash = "sha256-IVl7XL6nn42zaY4bDraF9os0dXfquUql4E96djfVdVg=";
};
postUnpack = ''