Skip to content

Commit

Permalink
hyprland-protocols: 0.5.0 -> 0.6.0 (#374700)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Jan 22, 2025
2 parents 3cf0a45 + 0e1e7c1 commit 43e8bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/hy/hyprland-protocols/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprland-protocols";
version = "0.5.0";
version = "0.6.0";

src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland-protocols";
rev = "v${finalAttrs.version}";
hash = "sha256-9OV4lOqrEJVLdOrpNN/9msNwAhI6FQTu4N7fufilG08=";
hash = "sha256-mIQ3/axCZ4g8ySwWRbW4fJcyC9v55uAii3cqlJRtW8g=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 43e8bca

Please sign in to comment.