We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d630a04 + 9eadbe4 commit 8e15f90Copy full SHA for 8e15f90
1 file changed
pkgs/by-name/hy/hyprwire/package.nix
@@ -11,13 +11,13 @@
11
12
gcc15Stdenv.mkDerivation (finalAttrs: {
13
pname = "hyprwire";
14
- version = "0.3.0";
+ version = "0.3.1";
15
16
src = fetchFromGitHub {
17
owner = "hyprwm";
18
repo = "hyprwire";
19
tag = "v${finalAttrs.version}";
20
- hash = "sha256-PR/KER+yiHabFC/h1Wjb+9fR2Uy0lWM3Qld7jPVaWkk=";
+ hash = "sha256-AKPaKeLDy0QXRBk/XzR7RktX7CV63ejYsTUgsPdXKvg=";
21
};
22
23
nativeBuildInputs = [
0 commit comments