Unverified Commit 810659b6 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #333942 from r-ryantm/auto-update/bulloak

bulloak: 0.6.1 -> 0.8.0
parents d042d4b5 c1153deb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -31,16 +31,16 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "bulloak";
  version = "0.6.1";
  version = "0.8.0";

  src = fetchFromGitHub {
    owner = "alexfertel";
    repo = "bulloak";
    rev = "v${version}";
    hash = "sha256-0pzn0gXlhdndCpsrVRNxl1ylIE/S9A0l8VjNn5wDVvw=";
    hash = "sha256-OAjy8SXaD+2/C5jLNIezv/KdrPHlwJC5L1LwGhqBWQs=";
  };

  cargoHash = "sha256-IlDbys5uluLm418UkGf+FIM1AfR2IBAZQ4Atqlybajw=";
  cargoHash = "sha256-lj/wmLu4cBjDjzMD8DlIz+6Rnag0h+zWiE7lfcTC7lY=";

  buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ];