Unverified Commit 77e3d7bd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

rustical: 0.12.10 -> 0.12.11 (#508815)

parents 7b4bae60 6750952b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "rustical";
  version = "0.12.10";
  version = "0.12.11";

  src = fetchFromGitHub {
    owner = "lennart-k";
    repo = "rustical";
    tag = "v${finalAttrs.version}";
    hash = "sha256-GWXxpiyqW6K7jM2HEqpWLOuifPJXjDJLk/n+sK6wGBI=";
    hash = "sha256-KxECcpXjfqmirJBE1Rzh+KbngXACVUf2DTaKy7+XOSA=";
  };

  cargoHash = "sha256-NECpU+ttF7CsX0L2yFGs23HFStm+yiptsctszRXRZ7w=";
  cargoHash = "sha256-uP1lZarcwQhBKyASQIiNUs053EuxJy112P2e3hy2uZY=";

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [ openssl ];