ferron: 2.6.0 -> 2.7.0

This commit is contained in:
Harinn
2026-03-30 00:48:13 +07:00
parent a24d4f8864
commit 4b62e9d045
+3 -3
View File
@@ -10,13 +10,13 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ferron";
version = "2.6.0";
version = "2.7.0";
src = fetchFromGitHub {
owner = "ferronweb";
repo = "ferron";
tag = finalAttrs.version;
hash = "sha256-pKZ/oWmPzVvnGXTyTQ3VcgISH3hSReR+RdIvD4tzPso=";
hash = "sha256-nh3dq8s+lH+WbFviFZ9L+4MF4YhGPaJWTYtH12HfXoI=";
};
# ../../ is cargoDepsCopy, and obviously does not contain monoio's README.md
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
strictDeps = true;
cargoHash = "sha256-FimBeq21JhCSSkkSmSO3i7UEqOzJY2r36GXJFcorRT0=";
cargoHash = "sha256-ft7Ewv56u31iPCH3LJKE4Mt68KTfHtIiYMRjeGcwSQQ=";
nativeBuildInputs = [
pkg-config