hyprland-activewindow: 1.0.3 -> 1.0.4
This commit is contained in:
parent
02971f96c1
commit
12edf528be
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "hyprland-activewindow";
|
pname = "hyprland-activewindow";
|
||||||
version = "1.0.3";
|
version = "1.0.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "FieldOfClay";
|
owner = "FieldOfClay";
|
||||||
repo = "hyprland-activewindow";
|
repo = "hyprland-activewindow";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-kRxA2DLbbABPJFwv/L7yeNJ8eqNUbuV6U/PB5iJNoAw=";
|
hash = "sha256-2pIOZMBPqheqAz3YEvHP2ehLXhqIclOXXAFa5EXXZPk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-s3Ho0+OzuLuWqFvaBu9NLXoasByHSuun9eJGAAISOJc=";
|
cargoHash = "sha256-5JhNBgP6VQX7TVPaFUGvknDWrn6F06Mm3mGfuajg9yQ=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Multi-monitor-aware Hyprland workspace widget helper";
|
description = "Multi-monitor-aware Hyprland workspace widget helper";
|
||||||
|
Loading…
Reference in New Issue
Block a user