ifstate: 2.3.0 -> 2.4.1

Diff: https://codeberg.org/routerkit/ifstate/compare/2.3.0...2.4.1

Changelog: https://codeberg.org/liske/ifstate/src/tag/2.4.1/CHANGELOG.md
(cherry picked from commit cce0ea2329)
This commit is contained in:
Marcel 2026-06-10 14:55:50 +02:00 committed by github-actions[bot]
commit f3ca6e1101

View file

@ -13,12 +13,12 @@
}:
let
version = "2.3.0";
version = "2.4.1";
src = fetchFromCodeberg {
owner = "routerkit";
repo = "ifstate";
tag = version;
hash = "sha256-qJdWoe9hbLMmyaaK7m+NzU3415KavbBkHJdFPhmlOnY=";
hash = "sha256-/kibcWSGg7AqkjvQAzhSs+aoRHE/YoYhTqVjw4NWNgA=";
};
docs = stdenv.mkDerivation {
pname = "ifstate-docs";