ifstate: 2.2.6 -> 2.3.0 (#519157)

This commit is contained in:
Sandro
2026-05-11 22:32:44 +00:00
committed by GitHub
+2 -2
View File
@@ -13,12 +13,12 @@
}:
let
version = "2.2.6";
version = "2.3.0";
src = fetchFromCodeberg {
owner = "routerkit";
repo = "ifstate";
tag = version;
hash = "sha256-23WFKJUFYw+BZFzHXR5Vjx7Dd33CXua2u+GZV/b1K9E=";
hash = "sha256-qJdWoe9hbLMmyaaK7m+NzU3415KavbBkHJdFPhmlOnY=";
};
docs = stdenv.mkDerivation {
pname = "ifstate-docs";