ifstate: 2.2.5 -> 2.2.6 (#513667)

This commit is contained in:
Sandro
2026-04-30 20:17:35 +00:00
committed by GitHub
+2 -2
View File
@@ -13,12 +13,12 @@
}:
let
version = "2.2.5";
version = "2.2.6";
src = fetchFromCodeberg {
owner = "routerkit";
repo = "ifstate";
tag = version;
hash = "sha256-KdOlKjs/Zv8TsCiMpA87gb7KKpl4Ohg512yiuNHcV9o=";
hash = "sha256-23WFKJUFYw+BZFzHXR5Vjx7Dd33CXua2u+GZV/b1K9E=";
};
docs = stdenv.mkDerivation {
pname = "ifstate-docs";