ymuse: 0.21 -> 0.22

This commit is contained in:
Gabriel Arazas 2023-10-08 01:42:51 +08:00
parent ac434f1bd7
commit 4f5548b6e0
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -13,16 +13,16 @@
buildGoModule rec {
pname = "ymuse";
version = "0.21";
version = "0.22";
src = fetchFromGitHub {
owner = "yktoo";
repo = "ymuse";
rev = "v${version}";
hash = "sha256-3QgBbK7AK9/uQ6Z7DNIJxa1oXrxvvHDQ/Z2QOf7yfS4=";
hash = "sha256-WbIeqOAhdqxU8EvHEsG7ASwy5xZG1domZKT5ccOggHg=";
};
vendorHash = "sha256-7oYYZWpvWzeHlp6l9bLeHcLITLZPVY5eZdfHSE+ZHW8=";
vendorHash = "sha256-YT4JiieVI6/t4inezE3K2WQBI51W+/MoWr7R/uBzn+8=";
nativeBuildInputs = [
pkg-config