[Backport release-25.11] ifstate: 2.2.0 -> 2.2.1 (#465238)

This commit is contained in:
Aleksana
2025-11-26 12:49:42 +00:00
committed by GitHub

View File

@@ -13,13 +13,13 @@
}:
let
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "liske";
repo = "ifstate";
tag = version;
hash = "sha256-Q06lGGGQxJ7ntgXRzfnsJN+A/08AIOsOkz3cg2xZGr4=";
hash = "sha256-L79DZbkf+Yob1kfIKvHeUEvPfSbWfS0TTP0UYlkLzjI=";
};
docs = stdenv.mkDerivation {
pname = "ifstate-docs";