From 1963e93d71ab8a5c51901ffd53e68949dd0afb6b Mon Sep 17 00:00:00 2001 From: emaryn Date: Thu, 1 May 2025 14:28:59 +0800 Subject: [PATCH] hyprutils: 0.6.0 -> 0.7.0 Diff: https://github.com/hyprwm/hyprutils/compare/refs/tags/v0.6.0...refs/tags/v0.7.0 --- pkgs/by-name/hy/hyprutils/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/hy/hyprutils/package.nix b/pkgs/by-name/hy/hyprutils/package.nix index 796561fcceb8..79fc26fcea12 100644 --- a/pkgs/by-name/hy/hyprutils/package.nix +++ b/pkgs/by-name/hy/hyprutils/package.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "hyprutils"; - version = "0.6.0"; + version = "0.7.0"; src = fetchFromGitHub { owner = "hyprwm"; repo = "hyprutils"; tag = "v${finalAttrs.version}"; - hash = "sha256-/6IAEWyb8gC/NKZElxiHChkouiUOrVYNq9YqG0Pzm4Y="; + hash = "sha256-s3GzsRxBL/N/xYgUXZhQh4t62uR1BN4zxXgWBtJ3lWM="; }; nativeBuildInputs = [