hyprutils: 0.2.5 -> 0.2.6

This commit is contained in:
R. Ryantm 2024-11-20 04:40:17 +00:00
parent 1cbb18a94a
commit 6bf67e7301

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprutils";
version = "0.2.5";
version = "0.2.6";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprutils";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-SO/9G2h5nXCnMahTP9m46eqsu0Lr8A60Fhc0ABkx0Y0=";
hash = "sha256-+JeO9gevnXannQxMfR5xzZtF4sYmSlWkX/BPmPx0mWk=";
};
nativeBuildInputs = [