Unverified Commit bdd49483 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

clorinde: 0.15.2 -> 0.16.0 (#414186)

parents dfe04612 453d0a30
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.15.2";
  version = "0.16.0";

  src = fetchFromGitHub {
    owner = "halcyonnouveau";
    repo = "clorinde";
    tag = "clorinde-v${finalAttrs.version}";
    hash = "sha256-CrgJtgFX5RBNfFFr2ZZ0d3oKfryyLAHva7g2JyBFiB8=";
    hash = "sha256-ze/PEML1buh3HlVgz6ifMPWfZnr6eT3VpIXf7jR68jw=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-jUtkhOAosrxHGRbAdzdrgLzL5Xp2YhxcrG/dcwUhdLg=";
  cargoHash = "sha256-dp5m/PLVG8xUM6LCq48NKK0P8di44keB/YZ9ocfL0Bg=";

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