mpvpaper: 1.2.1 -> 1.3

This commit is contained in:
R. Ryantm 2022-09-24 17:08:55 +00:00 committed by ehmry
parent c97fd6f3bd
commit d6ba3c97b2

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "mpvpaper";
version = "1.2.1";
version = "1.3";
src = fetchFromGitHub {
owner = "GhostNaN";
repo = pname;
rev = version;
sha256 = "sha256-1+noph6iXM5OSNMFQyta/ttGyZQ6F7bWDQi8W190G5E=";
sha256 = "sha256-0LjIwOY2hBUb0nziD3HLP2Ek5+8v3ntssRFD9eQgWkc=";
};
nativeBuildInputs = [