Unverified Commit 7acafd15 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

korrect: 0.3.3 -> 0.3.4 (#472144)

parents 6221768b ceba9349
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "korrect";
  version = "0.3.3";
  version = "0.3.4";

  src = fetchCrate {
    inherit (finalAttrs) pname version;
    hash = "sha256-iEbzYcWxDAumGLsr7MlqOrTEj3SwGFmdvw15M5Fz9cs=";
    hash = "sha256-AOYwknKVtvw/gQ10gwHTNFQ2KvPuldRk8UxRcbkO6tE=";
  };
  cargoHash = "sha256-RIa1rn74I/DQktjtY4BTWiYIBO1aLpXcKtXMBOAogvE=";
  cargoHash = "sha256-2od1FlV7yx9bAV1eSvTVeJfm7FsGtFGTzsBPh6Of+SU=";

  # Tests create a local http server to check the download functionality
  __darwinAllowLocalNetworking = true;