hyprlax: 2.2.2 -> 2.2.4

This commit is contained in:
R. Ryantm
2026-06-09 20:24:46 +00:00
parent edba38736b
commit 5276346d8b
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprlax";
version = "2.2.2";
version = "2.2.4";
src = fetchFromGitHub {
owner = "sandwichfarm";
repo = "hyprlax";
tag = "v${finalAttrs.version}";
hash = "sha256-nBJkVBaeT2GIGWVYGEWRCQ14UznplKE2zm+4HyEfq3M=";
hash = "sha256-dWWpnJtjis4S+PBKpUrWxkrRETUG42fuyuUaWKFwOao=";
};
nativeBuildInputs = [