hyprutils: 0.8.3 -> 0.8.4

authored by

R. Ryantm and committed by
Masum Reza
1da640cb af3211b7

+2 -2
+2 -2
pkgs/by-name/hy/hyprutils/package.nix
··· 10 10 11 11 stdenv.mkDerivation (finalAttrs: { 12 12 pname = "hyprutils"; 13 - version = "0.8.3"; 13 + version = "0.8.4"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "hyprwm"; 17 17 repo = "hyprutils"; 18 18 tag = "v${finalAttrs.version}"; 19 - hash = "sha256-PosTxeL39YrLvCX5MqqPA6NNWQ4T5ea5K55nmN7ju9Q="; 19 + hash = "sha256-oRDel6pNl/T2tI+nc/USU9ZP9w08dxtl7hiZxa0C/Wc="; 20 20 }; 21 21 22 22 nativeBuildInputs = [