osdlyrics: 0.5.12 -> 0.5.13

This commit is contained in:
R. Ryantm 2023-02-01 11:19:10 +00:00
parent f7bae54f01
commit ec13c8dc94

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "osdlyrics";
version = "0.5.12";
version = "0.5.13";
src = fetchFromGitHub {
owner = "osdlyrics";
repo = "osdlyrics";
rev = version;
sha256 = "sha256-QGgwxmurdwo0xyq7p+1xditRebv64ewGTvNJI7MUnq4=";
sha256 = "sha256-E4pVXopqQYJW+a5nUf9dMabxJ9nYPu3C2ti8LlY470c=";
};
nativeBuildInputs = [