Unverified Commit dfc7337f authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

tombi: 0.4.13 -> 0.4.25 (#423672)

parents 63c8f1f8 3083ae18
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,19 +7,19 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "tombi";
  version = "0.4.13";
  version = "0.4.25";

  src = fetchFromGitHub {
    owner = "tombi-toml";
    repo = "tombi";
    tag = "v${finalAttrs.version}";
    hash = "sha256-DYr9RtWV2Fs1YGQ5V00eACLerJSsm34mPYdmVWRKXSQ=";
    hash = "sha256-EVr4qybyLtGgNde0uuNoQYv2jugNGJups5HUcs7n4KI=";
  };

  # Tests relies on the presence of network
  doCheck = false;
  cargoBuildFlags = [ "--package tombi-cli" ];
  cargoHash = "sha256-JyYA/Bu1gcj7s5hxx9LOcrN28Klhz3Qy1SbGoWEiwnA=";
  cargoHash = "sha256-vtaif74fYBCP0AAL1NFXxHJ/casZGwTJsmwZLiWqY64=";

  postPatch = ''
    substituteInPlace Cargo.toml \