mpvpaper: 1.4 -> 1.5

This commit is contained in:
R. Ryantm 2024-04-20 02:30:38 +00:00
parent c6d6ab9c08
commit f98db7521f
1 changed files with 2 additions and 2 deletions

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;