hyprutils: 0.2.3 -> 0.2.5

This commit is contained in:
John Titor 2024-11-12 13:49:06 +00:00
parent ae8c3f2068
commit c8f2733456
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.3";
version = "0.2.5";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprutils";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-9gsVvcxW9bM3HMcnHHK+vYHOzXb1ODFqN+sJ4zIRsAU=";
hash = "sha256-SO/9G2h5nXCnMahTP9m46eqsu0Lr8A60Fhc0ABkx0Y0=";
};
nativeBuildInputs = [