overlays(ironbar): Update to latest commit

This commit is contained in:
Donovan Glover 2024-07-17 19:16:10 -04:00
parent 6f74c76d2d
commit d1cd4a9f27
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,18 +1,18 @@
final: prev: {
ironbar = prev.ironbar.overrideAttrs (oldAttrs: rec {
version = "0.15.1-unstable-2024-06-03";
version = "0.15.1-unstable-2024-07-13";
src = prev.fetchFromGitHub {
owner = "JakeStanger";
repo = "ironbar";
rev = "a93108b7e70694583897b755aacf73bd2d728656";
hash = "sha256-VbNZkG8KR2iFG+93f+t5+OQIaS5k81WyhYL0z7bdOfY=";
rev = "58190ab079d00dd53babb72346f1da6e1cc9ac72";
hash = "sha256-Se+Pg81W8R+SFGFlhF1dU+NnMWSdLo3nC9TdPHa2IL4=";
};
cargoDeps = oldAttrs.cargoDeps.overrideAttrs (prev.lib.const {
name = "${oldAttrs.pname}-${version}-vendor.tar.gz";
inherit src;
outputHash = "sha256-J7T00RV7mFCX0/e7n14LspoatPmlbNcB4u5UWWe8gSg=";
outputHash = "sha256-VkSznG2REXNhUKEVWwqlfA7BF9zXC+fxTgNeRfYaHi4=";
});
});
}