Unverified Commit f314100f authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

bato: 0.1.7 -> 0.2.1 (#450833)

parents 738d91d8 4f7bc8e9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
  pname = "bato";
  version = "0.1.7";
  version = "0.2.1";

  src = fetchFromGitHub {
    owner = "doums";
    repo = "bato";
    rev = "v${version}";
    hash = "sha256-i2gw8vXiKutq26ACzkVXH3kED7jAngSv2mNo9P3qXnA=";
    hash = "sha256-pq+i4NGl7yv+vmMoYVT9JRvOsuV7nBqXpsebgMcNEY0=";
  };

  cargoHash = "sha256-bGbLQaYfNLem47iMPsNeKm4pP3+Pij9SJ3Nq5VWX3hE=";
  cargoHash = "sha256-ZVzIoq+s2Xw996NoQMIGHUqo2uXJMu9lXfY5Us9NMPg=";

  nativeBuildInputs = [
    pkg-config