Merge pull request #333703 from donovanglover/bump-ironbar

ironbar: 0.15.1 -> 0.16.0
This commit is contained in:
Donovan Glover 2024-08-10 18:34:56 +00:00 committed by GitHub
commit bb83533870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 =
[