Unverified Commit c96884d3 authored by Donovan Glover's avatar Donovan Glover
Browse files

ironbar: 0.15.1 -> 0.16.0

parent e3f7da0e
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.1";
  version = "0.16.0";

  src = fetchFromGitHub {
    owner = "JakeStanger";
    repo = "ironbar";
    rev = "v${version}";
    hash = "sha256-TPbvKQdoGfZMzp+fl72vy6MtRV1yGcOG/es67VOA0xw=";
    hash = "sha256-bvg7U7asuTONZgINQO8wSM2QjXAybvV7j5Ex/g6IDok=";
  };

  cargoHash = "sha256-+9R505xyEycv5Dav4ZCh1BiYRp3U1I9yBDqSPefo9uY=";
  cargoHash = "sha256-Hlucn83Uf1XydRY4SYso+fJ5EvH2hOGmCFYuKgCeSuE=";

  buildInputs =
    [