hyprutils: 0.8.3 -> 0.8.4

This commit is contained in:
R. Ryantm
2025-09-01 01:01:19 +05:30
committed by Masum Reza
parent af3211b780
commit 1da640cb03
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprutils";
version = "0.8.3";
version = "0.8.4";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprutils";
tag = "v${finalAttrs.version}";
hash = "sha256-PosTxeL39YrLvCX5MqqPA6NNWQ4T5ea5K55nmN7ju9Q=";
hash = "sha256-oRDel6pNl/T2tI+nc/USU9ZP9w08dxtl7hiZxa0C/Wc=";
};
nativeBuildInputs = [