mpvpaper: 1.6 -> 1.7

This commit is contained in:
R. Ryantm 2024-08-05 23:55:47 +00:00
parent 50d494e5a4
commit 90458c8696

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "mpvpaper";
version = "1.6";
version = "1.7";
src = fetchFromGitHub {
owner = "GhostNaN";
repo = pname;
rev = version;
sha256 = "sha256-/A2C6T7gP+VGON3Peaz2Y4rNC63UT+zYr4RNM2gdLUY=";
sha256 = "sha256-uBitJM2Z5RFH4nfgdJ6ZbqkcMumu+K+3f6S49G7nEx8=";
};
strictDeps = true;