hyprutils: 0.5.1 -> 0.5.2

This commit is contained in:
R. Ryantm
2025-03-17 20:05:34 +05:30
committed by Masum Reza
parent cdec2c842b
commit a92cce06e8
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprutils";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprutils";
tag = "v${finalAttrs.version}";
hash = "sha256-h8HOCZ/rw2Buzku+GKF77VXxrGjCSOQkLhptiEKMYg0=";
hash = "sha256-EV3945SnjOCuRVbGRghsWx/9D89FyshnSO1Q6/TuQ14=";
};
nativeBuildInputs = [