Unverified Commit 9e1788a6 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

ifstate: 2.2.3 -> 2.2.4 (#488161)

parents fef9403a 8e0e119e
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";