ifstate: 2.0.1 -> 2.0.2 (#447002)

This commit is contained in:
Sandro
2025-10-04 00:11:03 +00:00
committed by GitHub

View File

@@ -14,13 +14,13 @@
}: }:
let let
version = "2.0.1"; version = "2.0.2";
src = fetchFromGitea { src = fetchFromGitea {
domain = "codeberg.org"; domain = "codeberg.org";
owner = "liske"; owner = "liske";
repo = "ifstate"; repo = "ifstate";
tag = version; tag = version;
hash = "sha256-QxjziDlkbTxAVd3qA8u4+JT8NWJxBMVAp7G5Zma9d10="; hash = "sha256-ghl2EVSum8KOh9wpFkrLGeIii2cj0a2+yOa48/JwFRk=";
}; };
docs = stdenv.mkDerivation { docs = stdenv.mkDerivation {
pname = "ifstate-docs"; pname = "ifstate-docs";