miktex: 25.2 -> 25.4
Diff: https://github.com/miktex/miktex/compare/refs/tags/25.2...refs/tags/25.4
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
fetchFromGitHub,
|
||||
fetchurl,
|
||||
runCommand,
|
||||
writeText,
|
||||
biber,
|
||||
|
||||
# nativeBuildInputs
|
||||
@@ -95,13 +94,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "miktex";
|
||||
version = "25.2";
|
||||
version = "25.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "miktex";
|
||||
repo = "miktex";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-egN9+BRO/EAcbrn/jZac4Lb79H5N/LEjReMPGHVM/yM=";
|
||||
hash = "sha256-3QGW8rsettA+Jtrsi9C5ONIG4vP+iuUEUi9dGHfWMSY=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -231,7 +230,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "A modern TeX distribution";
|
||||
description = "Modern TeX distribution";
|
||||
homepage = "https://miktex.org";
|
||||
platforms = lib.platforms.linux;
|
||||
license = with lib.licenses; [
|
||||
@@ -240,8 +239,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gpl3Plus
|
||||
publicDomain
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
qbisi
|
||||
];
|
||||
maintainers = with lib.maintainers; [ qbisi ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user