Commit 4b62e9d0 authored by Harinn's avatar Harinn
Browse files

ferron: 2.6.0 -> 2.7.0

parent a24d4f88
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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