Skip to content

Commit

Permalink
libxslt: 1.1.41 → 1.1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Jul 4, 2024
1 parent 11f9958 commit 2b6aeb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libxslt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

stdenv.mkDerivation (finalAttrs: {
pname = "libxslt";
version = "1.1.41";
version = "1.1.42";

outputs = [ "bin" "dev" "out" "doc" "devdoc" ] ++ lib.optional pythonSupport "py";
outputMan = "bin";

src = fetchurl {
url = "mirror://gnome/sources/libxslt/${lib.versions.majorMinor finalAttrs.version}/libxslt-${finalAttrs.version}.tar.xz";
hash = "sha256-OtOSr5ERW3dA97UNIozBxfwTr8HafxbLAhORejf3G9o=";
hash = "sha256-hcpiysDUH8d9P2Az2p32/XPSDqL8GLCjYJ/7QRDhuus=";
};

strictDeps = true;
Expand Down

0 comments on commit 2b6aeb8

Please sign in to comment.