Unverified Commit 7516fa26 authored by Mathew Polzin's avatar Mathew Polzin Committed by GitHub
Browse files

ifstate: 2.2.2 -> 2.2.3 (#467618)

parents f1e68c38 c060930d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@
}:

let
  version = "2.2.2";
  version = "2.2.3";
  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "liske";
    repo = "ifstate";
    tag = version;
    hash = "sha256-p96wyvKDTckdUnPpZB2LS/c/d2OJA7iE+iH2QtvpVy4=";
    hash = "sha256-gDeMVnseOLBGpyyjE/L60ujp0LZGf3uzlKfPiQB4VHA=";
  };
  docs = stdenv.mkDerivation {
    pname = "ifstate-docs";