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

Merge pull request #309463 from r-ryantm/auto-update/ironbar

ironbar: 0.15.0 -> 0.15.1
parents 076b505f 18fa2009
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -29,16 +29,16 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "ironbar";
  version = "0.15.0";
  version = "0.15.1";

  src = fetchFromGitHub {
    owner = "JakeStanger";
    repo = "ironbar";
    rev = "v${version}";
    hash = "sha256-SowZ3qo06x32+A02Wmq4N/rU/yxyKqkn407qHzJLU0M=";
    hash = "sha256-TPbvKQdoGfZMzp+fl72vy6MtRV1yGcOG/es67VOA0xw=";
  };

  cargoHash = "sha256-DaF669mOnICTnUzH4mc640xIecin/UEZSk7PWDjQbr0=";
  cargoHash = "sha256-+9R505xyEycv5Dav4ZCh1BiYRp3U1I9yBDqSPefo9uY=";

  buildInputs =
    [