hyprutils: 0.6.0 -> 0.7.0

Diff: https://github.com/hyprwm/hyprutils/compare/refs/tags/v0.6.0...refs/tags/v0.7.0

authored by emaryn and committed by Masum Reza 1963e93d 85459f9a

+2 -2
+2 -2
pkgs/by-name/hy/hyprutils/package.nix
··· 10 11 stdenv.mkDerivation (finalAttrs: { 12 pname = "hyprutils"; 13 - version = "0.6.0"; 14 15 src = fetchFromGitHub { 16 owner = "hyprwm"; 17 repo = "hyprutils"; 18 tag = "v${finalAttrs.version}"; 19 - hash = "sha256-/6IAEWyb8gC/NKZElxiHChkouiUOrVYNq9YqG0Pzm4Y="; 20 }; 21 22 nativeBuildInputs = [
··· 10 11 stdenv.mkDerivation (finalAttrs: { 12 pname = "hyprutils"; 13 + version = "0.7.0"; 14 15 src = fetchFromGitHub { 16 owner = "hyprwm"; 17 repo = "hyprutils"; 18 tag = "v${finalAttrs.version}"; 19 + hash = "sha256-s3GzsRxBL/N/xYgUXZhQh4t62uR1BN4zxXgWBtJ3lWM="; 20 }; 21 22 nativeBuildInputs = [