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

Merge pull request #273107 from r-ryantm/auto-update/convco

convco: 0.4.3 -> 0.5.0
parents 6c0bafc3 638d9ebd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
  pname = "convco";
  version = "0.4.3";
  version = "0.5.0";

  src = fetchFromGitHub {
    owner = "convco";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-qf04mtxBqZy9kpFsqz8lVtyUzNtCYE8cNiVJVQ+sCn0=";
    hash = "sha256-x01fkicoAH8NaJJqIF5jjbZ53TitnXBCdKEbr8xVCyE=";
  };

  cargoHash = "sha256-A1z8ccdsaBC9gY4rD/0NnuQHm7x4eVlMPBvkMKGHK54=";
  cargoHash = "sha256-j2xuaAkycWp5sCAmVJLYfqH1ZGxIGU/a/97WpGyQcvU=";

  nativeBuildInputs = [ cmake pkg-config ];