Unverified Commit a124f7c4 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

clorinde: 0.14.0 -> 0.14.2 (#393788)

parents c9a56934 8b6827ad
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "clorinde";
  version = "0.14.0";
  version = "0.14.2";

  src = fetchFromGitHub {
    owner = "halcyonnouveau";
    repo = "clorinde";
    tag = "clorinde-v${finalAttrs.version}";
    hash = "sha256-C9oxdvZKQTZQYQmMpcyxRH9+o2pv3gVpSEmwxYn2E+g=";
    hash = "sha256-zl4LSDxbvzmfigMCTvaoF1vGbWj/Obce4aHpM0rPqxM=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-Arp/5lgccSNblrRrK7oVrsQe3h6sQz3sHITMoN8Ehzc=";
  cargoHash = "sha256-05sN5MkwBhpdmVcz0OUwx7h2ZJBjZefj8B9dLvkPZLw=";

  cargoBuildFlags = [ "--package=clorinde" ];