hyprutils: 0.1.5 -> 0.2.0

This commit is contained in:
R. Ryantm 2024-07-21 00:35:47 +00:00
parent f0e8b2d93e
commit 032b5491f3

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprutils";
version = "0.1.5";
version = "0.2.0";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprutils";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-dmRz128j/lJmMuTYeCYPfSBRHHQO3VeH4PbmoyAhHzw=";
hash = "sha256-qmC9jGfbE4+EIBbbSAkrfR/p49wShjpv4/KztgE/P54=";
};
nativeBuildInputs = [