Skip to content

Commit b184af3

Browse files
authored
hyprland-protocols: 0.3.0 -> 0.4.0 (#347211)
2 parents 3fbbd1f + ed16eb4 commit b184af3

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/window-managers/hyprwm/hyprland-protocols

1 file changed

+2
-2
lines changed

pkgs/applications/window-managers/hyprwm/hyprland-protocols/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
}:
77
stdenv.mkDerivation (finalAttrs: {
88
pname = "hyprland-protocols";
9-
version = "0.3.0";
9+
version = "0.4.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "hyprwm";
1313
repo = "hyprland-protocols";
1414
rev = "v${finalAttrs.version}";
15-
hash = "sha256-HUklK5u86w2Yh9dOkk4FdsL8eehcOZ95jPhLixGDRQY=";
15+
hash = "sha256-CnpsECzP1VvBx8aM/ptv3S7rykYqTeh63LgEMv7hBnU=";
1616
};
1717

1818
nativeBuildInputs = [

0 commit comments

Comments
 (0)