Merge pull request #238324 from r-ryantm/auto-update/osdlyrics

osdlyrics: 0.5.13 -> 0.5.14
This commit is contained in:
Weijia Wang 2023-06-18 01:46:31 +03:00 committed by GitHub
commit 074a4be071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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