hyprutils: 0.2.0 -> 0.2.1

This commit is contained in:
John Titor 2024-07-31 13:47:10 +00:00
parent 6f2cc8828a
commit cfd8251038
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.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprutils";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-qmC9jGfbE4+EIBbbSAkrfR/p49wShjpv4/KztgE/P54=";
hash = "sha256-D3wIZlBNh7LuZ0NaoCpY/Pvu+xHxIVtSN+KkWZYvvVs=";
};
nativeBuildInputs = [