Unverified Commit 0bd851db authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

mpvScripts.modernz: 0.3.0 -> 0.3.1 (#502319)

parents a9eed883 858749d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@
}:
buildLua (finalAttrs: {
  pname = "modernz";
  version = "0.3.0";
  version = "0.3.1";

  scriptPath = "modernz.lua";
  src = fetchFromGitHub {
    owner = "Samillion";
    repo = "ModernZ";
    rev = "v${finalAttrs.version}";
    hash = "sha256-9jth8TCAx/cmbAfO8s+1WPpMDuF79gQtVlC4OG2adrA=";
    hash = "sha256-xHiKE84qBYa8wnLMhrTnOZPLwdY7ddW7ayIfFz1dIRw=";
  };

  nativeBuildInputs = [ installFonts ];