hyprcursor: 0.1.12 -> 0.1.13

This commit is contained in:
R. Ryantm 2025-08-02 03:47:53 +00:00 committed by Masum Reza
parent df57fbc062
commit ec5d6368e3

View File

@ -14,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprcursor";
version = "0.1.12";
version = "0.1.13";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprcursor";
tag = "v${finalAttrs.version}";
hash = "sha256-IvneQb4YFlEXWjXaKeA0y6lL7Z6JqTAvSAlcMDWnjK4=";
hash = "sha256-lIqabfBY7z/OANxHoPeIrDJrFyYy9jAM4GQLzZ2feCM=";
};
nativeBuildInputs = [