Merge pull request #328788 from r-ryantm/auto-update/hyprutils

hyprutils: 0.1.5 -> 0.2.0
This commit is contained in:
Masum Reza 2024-07-21 22:42:04 +05:30 committed by GitHub
commit 650ff82ad0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [