oniguruma: 6.9.9 -> 6.9.10 (#369960)

This commit is contained in:
Emily
2025-01-05 18:32:40 +00:00
committed by GitHub
+2 -2
View File
@@ -7,12 +7,12 @@
stdenv.mkDerivation rec {
pname = "oniguruma";
version = "6.9.9";
version = "6.9.10";
# Note: do not use fetchpatch or fetchFromGitHub to keep this package available in __bootPackages
src = fetchurl {
url = "https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz";
sha256 = "sha256-YBYr07n8b0iG1MegeSX/03QWdzL1Xc6MSRv9nNgYps8=";
sha256 = "sha256-Klz8WuJZ5Ol/hraN//wVLNr/6U4gYLdwy4JyONdp/AU=";
};
outputs = [