Merge pull request #268525 from r-ryantm/auto-update/go-musicfox

go-musicfox: 4.2.1 -> 4.3.0
This commit is contained in:
Nick Cao 2023-11-19 11:02:24 -05:00 committed by GitHub
commit ab12fb4eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildGo121Module rec {
pname = "go-musicfox";
version = "4.2.1";
version = "4.3.0";
src = fetchFromGitHub {
owner = "go-musicfox";
repo = pname;
rev = "v${version}";
hash = "sha256-yl7PirSt4zEy8ZoDGq3dn5TjJtbJeAgXgbynw/D0d38=";
hash = "sha256-JDR3D3tILT0q9jqcZmbfQC3yn7cmaSL/GEpCguqCFXI=";
};
deleteVendor = true;