hyprutils: 0.7.0 -> 0.7.1

This commit is contained in:
SchweGELBin
2025-05-08 22:45:27 +02:00
committed by Masum Reza
parent 19452031ea
commit f414261449

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprutils";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprutils";
tag = "v${finalAttrs.version}";
hash = "sha256-s3GzsRxBL/N/xYgUXZhQh4t62uR1BN4zxXgWBtJ3lWM=";
hash = "sha256-W9G9bb0zRYDBRseHbVez0J8qVpD5QbizX67H/vsudhM=";
};
nativeBuildInputs = [