mpvpaper: 1.7 -> 1.8 (#405817)

This commit is contained in:
Nick Cao
2025-05-11 09:55:34 -04:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "mpvpaper";
version = "1.7";
version = "1.8";
src = fetchFromGitHub {
owner = "GhostNaN";
repo = pname;
rev = version;
sha256 = "sha256-uBitJM2Z5RFH4nfgdJ6ZbqkcMumu+K+3f6S49G7nEx8=";
sha256 = "sha256-JTlZSl8CZmWx7YTd0T58pwq10L1GKXNfAw0XlIsz7F8=";
};
strictDeps = true;