hyprlax: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm
2026-03-16 12:42:10 +00:00
parent b69297340b
commit 0077155eb6
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprlax";
version = "2.2.1";
version = "2.2.2";
src = fetchFromGitHub {
owner = "sandwichfarm";
repo = "hyprlax";
tag = "v${finalAttrs.version}";
hash = "sha256-VlSJ5pM2h6+dqU4N0zAvm55pZNbKCyqAWxz6i5gf5KE=";
hash = "sha256-nBJkVBaeT2GIGWVYGEWRCQ14UznplKE2zm+4HyEfq3M=";
};
nativeBuildInputs = [