hyprlax: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm
2026-02-13 12:29:59 +00:00
parent b58b6cc8d8
commit 12a435f58c
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprlax";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "sandwichfarm";
repo = "hyprlax";
tag = "v${finalAttrs.version}";
hash = "sha256-RIeMsQt6MxSTI7TunIxk7wd08sYmr3EvjAQifr+M4e8=";
hash = "sha256-VlSJ5pM2h6+dqU4N0zAvm55pZNbKCyqAWxz6i5gf5KE=";
};
nativeBuildInputs = [