Skip to content

Commit

Permalink
Merge pull request NixOS#320922 from r-ryantm/auto-update/hyprland-pr…
Browse files Browse the repository at this point in the history
…otocols

hyprland-protocols: 0.2 -> 0.3.0
  • Loading branch information
Aleksanaa committed Jun 19, 2024
2 parents 0ed51f7 + ed44a06 commit 2e45828
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprland-protocols";
version = "0.2";
version = "0.3.0";

src = fetchFromGitHub {
owner = "hyprwm";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
hash = "sha256-QPzwwlGKX95tl6ZEshboZbEwwAXww6lNLdVYd6T9Mrc=";
hash = "sha256-HUklK5u86w2Yh9dOkk4FdsL8eehcOZ95jPhLixGDRQY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 2e45828

Please sign in to comment.