Unverified Commit 123af3f1 authored by Marcel's avatar Marcel
Browse files
parent 0726a0ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,12 +13,12 @@
}:

let
  version = "2.2.5";
  version = "2.2.6";
  src = fetchFromCodeberg {
    owner = "routerkit";
    repo = "ifstate";
    tag = version;
    hash = "sha256-KdOlKjs/Zv8TsCiMpA87gb7KKpl4Ohg512yiuNHcV9o=";
    hash = "sha256-23WFKJUFYw+BZFzHXR5Vjx7Dd33CXua2u+GZV/b1K9E=";
  };
  docs = stdenv.mkDerivation {
    pname = "ifstate-docs";