Merge pull request #307210 from r-ryantm/auto-update/hyprland-activewindow

hyprland-activewindow: 1.0.1 -> 1.0.2
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-04-27 14:29:41 +00:00 committed by GitHub
commit 92bd2151d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "hyprland-activewindow";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "FieldOfClay";
repo = "hyprland-activewindow";
rev = "v${version}";
hash = "sha256-8pzm8uIyvlz4nHbxtmbMblFIj38M2VsenaKzJ9di1Do=";
hash = "sha256-kF2dNb9hiC6RcL2XG8k18da5he94Jpv3v+HdfHbeW3E=";
};
cargoHash = "sha256-wIF0qa1dyZlcsLPL2TflFQFPm4Pe9TWHe1F2L1YccZ8=";
cargoHash = "sha256-YCzAfVLKDECGG/1fs3vyVB0oglxLFSE+2cnmLc7RoEo=";
meta = with lib; {
description = "A multi-monitor-aware Hyprland workspace widget helper";