ifstate: 2.2.4 -> 2.2.5

This commit is contained in:
R. Ryantm
2026-03-23 22:48:29 +00:00
parent ecca25535d
commit 309765413e
+2 -2
View File
@@ -13,12 +13,12 @@
}:
let
version = "2.2.4";
version = "2.2.5";
src = fetchFromCodeberg {
owner = "routerkit";
repo = "ifstate";
tag = version;
hash = "sha256-vxRzSZ/sb8n4itLTb+608DbuJ/jK1IIukCwxiBHimoE=";
hash = "sha256-KdOlKjs/Zv8TsCiMpA87gb7KKpl4Ohg512yiuNHcV9o=";
};
docs = stdenv.mkDerivation {
pname = "ifstate-docs";