hyprcursor: 0.1.11 -> 0.1.12
Changelog https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.12
This commit is contained in:
committed by
Masum Reza
parent
5210fb7f7b
commit
f620fad296
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user