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

clorinde: 0.14.4 -> 0.15.0 (#406469)

parents 8dcbcf06 3f1be28f
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.4";
  version = "0.15.0";

  src = fetchFromGitHub {
    owner = "halcyonnouveau";
    repo = "clorinde";
    tag = "clorinde-v${finalAttrs.version}";
    hash = "sha256-ZCD8unHHA1yFKlmAaQw9zlJWAecu+j3/fwlp/ro2IFc=";
    hash = "sha256-PUAySbgmbulSlkabABiSFeDDa+o0tQ2uQtiQGSqO1/w=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-V69c/Ks9qNmwqH4IV0uNDRc2eH7HMHpupE3liZofJhA=";
  cargoHash = "sha256-zSeAD3MBflO+lhuLxH57YhR6wxsqZn62XQ0dgImdNLE=";

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