hyprutils: 0.5.0 -> 0.5.1 (#383603)

This commit is contained in:
R. RyanTM
2025-02-20 15:12:03 +05:30
committed by GitHub
parent 94b00e99f3
commit e6863a5b8c
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprutils";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprutils";
tag = "v${finalAttrs.version}";
hash = "sha256-TfFS0HCEJh63Kahrkp1h9hVDMdLU8a37Zz+IFucxyfA=";
hash = "sha256-h8HOCZ/rw2Buzku+GKF77VXxrGjCSOQkLhptiEKMYg0=";
};
nativeBuildInputs = [