Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -21415,6 +21415,12 @@ githubId = 64630479; name = "Schweber"; }; SchweGELBin = { email = "abramjannikmichael06@gmail.com"; name = "Jannik Michael Abram"; github = "SchweGELBin"; githubId = 67663319; }; sciencentistguy = { email = "jamie@quigley.xyz"; name = "Jamie Quigley"; Loading pkgs/applications/video/mpv/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "mpv"; version = "0.39.0"; version = "0.40.0"; outputs = [ "out" Loading @@ -107,8 +107,8 @@ stdenv.mkDerivation (finalAttrs: { src = fetchFromGitHub { owner = "mpv-player"; repo = "mpv"; rev = "v${finalAttrs.version}"; hash = "sha256-BOGh+QBTO7hrHohh+RqjSF8eHQH8jVBPjG/k4eyFaaM="; tag = "v${finalAttrs.version}"; hash = "sha256-x8cDczKIX4+KrvRxZ+72TGlEQHd4Kx7naq0CSoOZGHA="; }; postPatch = lib.concatStringsSep "\n" [ Loading @@ -116,7 +116,7 @@ stdenv.mkDerivation (finalAttrs: { # between out and dev '' substituteInPlace meson.build \ --replace-fail "conf_data.set_quoted('CONFIGURATION', configuration)" \ --replace-fail "conf_data.set_quoted('CONFIGURATION', meson.build_options())" \ "conf_data.set_quoted('CONFIGURATION', '<omitted>')" '' # A trick to patchShebang everything except mpv_identify.sh Loading Loading @@ -309,6 +309,7 @@ stdenv.mkDerivation (finalAttrs: { fpletz globin ma27 SchweGELBin ]; platforms = lib.platforms.unix; }; Loading Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -21415,6 +21415,12 @@ githubId = 64630479; name = "Schweber"; }; SchweGELBin = { email = "abramjannikmichael06@gmail.com"; name = "Jannik Michael Abram"; github = "SchweGELBin"; githubId = 67663319; }; sciencentistguy = { email = "jamie@quigley.xyz"; name = "Jamie Quigley"; Loading
pkgs/applications/video/mpv/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "mpv"; version = "0.39.0"; version = "0.40.0"; outputs = [ "out" Loading @@ -107,8 +107,8 @@ stdenv.mkDerivation (finalAttrs: { src = fetchFromGitHub { owner = "mpv-player"; repo = "mpv"; rev = "v${finalAttrs.version}"; hash = "sha256-BOGh+QBTO7hrHohh+RqjSF8eHQH8jVBPjG/k4eyFaaM="; tag = "v${finalAttrs.version}"; hash = "sha256-x8cDczKIX4+KrvRxZ+72TGlEQHd4Kx7naq0CSoOZGHA="; }; postPatch = lib.concatStringsSep "\n" [ Loading @@ -116,7 +116,7 @@ stdenv.mkDerivation (finalAttrs: { # between out and dev '' substituteInPlace meson.build \ --replace-fail "conf_data.set_quoted('CONFIGURATION', configuration)" \ --replace-fail "conf_data.set_quoted('CONFIGURATION', meson.build_options())" \ "conf_data.set_quoted('CONFIGURATION', '<omitted>')" '' # A trick to patchShebang everything except mpv_identify.sh Loading Loading @@ -309,6 +309,7 @@ stdenv.mkDerivation (finalAttrs: { fpletz globin ma27 SchweGELBin ]; platforms = lib.platforms.unix; }; Loading