We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab1d55 commit ed16eb4Copy full SHA for ed16eb4
pkgs/applications/window-managers/hyprwm/hyprland-protocols/default.nix
@@ -6,13 +6,13 @@
6
}:
7
stdenv.mkDerivation (finalAttrs: {
8
pname = "hyprland-protocols";
9
- version = "0.3.0";
+ version = "0.4.0";
10
11
src = fetchFromGitHub {
12
owner = "hyprwm";
13
repo = "hyprland-protocols";
14
rev = "v${finalAttrs.version}";
15
- hash = "sha256-HUklK5u86w2Yh9dOkk4FdsL8eehcOZ95jPhLixGDRQY=";
+ hash = "sha256-CnpsECzP1VvBx8aM/ptv3S7rykYqTeh63LgEMv7hBnU=";
16
};
17
18
nativeBuildInputs = [
0 commit comments