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

go-musicfox: 4.1.1 -> 4.1.2
This commit is contained in:
figsoda 2023-06-10 20:08:10 -04:00 committed by GitHub
commit 7ffbc00338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "go-musicfox";
version = "4.1.1";
version = "4.1.2";
src = fetchFromGitHub {
owner = "go-musicfox";
repo = pname;
rev = "v${version}";
hash = "sha256-A1+JDMT4mHUi10GE4/qV5IMuwNsm4EdBt9VC2ZvJzuU=";
hash = "sha256-ushJZKZPIUo6IO33E9A/CneLHHrE6MtdwpCYR4ivHmo=";
};
deleteVendor = true;