hyprcursor: 0.1.11 -> 0.1.12

Changelog https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.12
This commit is contained in:
Austin Horstman
2025-03-23 21:05:55 +05:30
committed by Masum Reza
parent 5210fb7f7b
commit f620fad296
+2 -2
View File
@@ -14,13 +14,13 @@
}:
gcc14Stdenv.mkDerivation (finalAttrs: {
pname = "hyprcursor";
version = "0.1.11";
version = "0.1.12";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprcursor";
tag = "v${finalAttrs.version}";
hash = "sha256-LOTmvTIxmaWtXF8OP6b6oENSdG/quWxhsO3dJQACBUw=";
hash = "sha256-IvneQb4YFlEXWjXaKeA0y6lL7Z6JqTAvSAlcMDWnjK4=";
};
nativeBuildInputs = [