mpvpaper: 1.3 -> 1.4

This commit is contained in:
R. Ryantm 2023-11-29 02:30:02 +00:00
parent 471b087430
commit 47e8afb4b2

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "mpvpaper";
version = "1.3";
version = "1.4";
src = fetchFromGitHub {
owner = "GhostNaN";
repo = pname;
rev = version;
sha256 = "sha256-0LjIwOY2hBUb0nziD3HLP2Ek5+8v3ntssRFD9eQgWkc=";
sha256 = "sha256-pJPoI47KKazVT6RfqyftZe+lPe6Kn2cllRSfq0twUpQ=";
};
strictDeps = true;