hyprutils: 0.2.1 -> 0.2.2

This commit is contained in:
John Titor 2024-09-22 21:55:45 +05:30
parent c57e54a42f
commit f00be3d97b
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprutils";
version = "0.2.1";
version = "0.2.2";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprutils";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-D3wIZlBNh7LuZ0NaoCpY/Pvu+xHxIVtSN+KkWZYvvVs=";
hash = "sha256-PNnIpwGqpTvMU3N2r0wMQwK1E+t4Bb5fbJwblQvr+80=";
};
nativeBuildInputs = [