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

mpvpaper: 1.5 -> 1.6
This commit is contained in:
Nick Cao 2024-05-13 10:50:50 -04:00 committed by GitHub
commit 9328e16f6f
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.5";
version = "1.6";
src = fetchFromGitHub {
owner = "GhostNaN";
repo = pname;
rev = version;
sha256 = "sha256-TlA2hmpHGe4PWb+Pe3cq2Hhce4NXVI1DnknseGmuFeY=";
sha256 = "sha256-/A2C6T7gP+VGON3Peaz2Y4rNC63UT+zYr4RNM2gdLUY=";
};
strictDeps = true;