about summary refs log tree commit diff
diff options
context:
space:
mode:
authornixpkgs-merge-bot[bot] <148217876+nixpkgs-merge-bot[bot]@users.noreply.github.com>2024-04-27 14:29:41 +0000
committerGitHub <noreply@github.com>2024-04-27 14:29:41 +0000
commit92bd2151d3afeabdfb73d16ff4697179e8d1788a (patch)
tree6231195600905791b5043e7f59d4325d22fe20f2
parent3fa58071769322b5194c85c28ca61c592883dab0 (diff)
parent2676356c2accb7c2fc3f9bfa97c87bfefdd6c238 (diff)
Merge pull request #307210 from r-ryantm/auto-update/hyprland-activewindow
hyprland-activewindow: 1.0.1 -> 1.0.2
-rw-r--r--pkgs/by-name/hy/hyprland-activewindow/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/hy/hyprland-activewindow/package.nix b/pkgs/by-name/hy/hyprland-activewindow/package.nix
index bc061447d60f3..1ff0396fb7c72 100644
--- a/pkgs/by-name/hy/hyprland-activewindow/package.nix
+++ b/pkgs/by-name/hy/hyprland-activewindow/package.nix
@@ -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";