Unverified Commit 8e0e119e authored by Marcel's avatar Marcel
Browse files

ifstate: 2.2.3 -> 2.2.4

parent 00c21e4c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,12 +13,12 @@
}:

let
  version = "2.2.3";
  version = "2.2.4";
  src = fetchFromCodeberg {
    owner = "liske";
    owner = "routerkit";
    repo = "ifstate";
    tag = version;
    hash = "sha256-gDeMVnseOLBGpyyjE/L60ujp0LZGf3uzlKfPiQB4VHA=";
    hash = "sha256-vxRzSZ/sb8n4itLTb+608DbuJ/jK1IIukCwxiBHimoE=";
  };
  docs = stdenv.mkDerivation {
    pname = "ifstate-docs";