mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
ironbar: Overlay to newer version for Hyprland v0.40.0+
This is part of updating Hyprland to v0.41.0.
This commit is contained in:
parent
96b3752117
commit
ce5f3ea6d7
18
overlays/ironbar.nix
Normal file
18
overlays/ironbar.nix
Normal file
@ -0,0 +1,18 @@
|
||||
final: prev: {
|
||||
ironbar = prev.ironbar.overrideAttrs (oldAttrs: rec {
|
||||
version = "0.15.1-unstable-2024-06-03";
|
||||
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "JakeStanger";
|
||||
repo = "ironbar";
|
||||
rev = "a93108b7e70694583897b755aacf73bd2d728656";
|
||||
hash = "sha256-VbNZkG8KR2iFG+93f+t5+OQIaS5k81WyhYL0z7bdOfY=";
|
||||
};
|
||||
|
||||
cargoDeps = oldAttrs.cargoDeps.overrideAttrs (prev.lib.const {
|
||||
name = "${oldAttrs.pname}-${version}-vendor.tar.gz";
|
||||
inherit src;
|
||||
outputHash = "sha256-J7T00RV7mFCX0/e7n14LspoatPmlbNcB4u5UWWe8gSg=";
|
||||
});
|
||||
});
|
||||
}
|
Loading…
Reference in New Issue
Block a user