hyprwire: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm
2026-04-26 01:23:38 +00:00
parent 0aacb00bef
commit 9eadbe4106
+2 -2
View File
@@ -11,13 +11,13 @@
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "hyprwire";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprwire";
tag = "v${finalAttrs.version}";
hash = "sha256-PR/KER+yiHabFC/h1Wjb+9fR2Uy0lWM3Qld7jPVaWkk=";
hash = "sha256-AKPaKeLDy0QXRBk/XzR7RktX7CV63ejYsTUgsPdXKvg=";
};
nativeBuildInputs = [