Merge pull request #305443 from r-ryantm/auto-update/mpvpaper

mpvpaper: 1.4 -> 1.5
This commit is contained in:
Weijia Wang 2024-04-27 04:10:51 +02:00 committed by GitHub
commit 6aa3e11cb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "mpvpaper";
version = "1.4";
version = "1.5";
src = fetchFromGitHub {
owner = "GhostNaN";
repo = pname;
rev = version;
sha256 = "sha256-pJPoI47KKazVT6RfqyftZe+lPe6Kn2cllRSfq0twUpQ=";
sha256 = "sha256-TlA2hmpHGe4PWb+Pe3cq2Hhce4NXVI1DnknseGmuFeY=";
};
strictDeps = true;