Unverified Commit 48f2514d authored by Toma's avatar Toma Committed by GitHub
Browse files

ignition: 2.1.2 -> 2.2.0 (#469567)

parents 39dee0b8 518612c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ignition";
  version = "2.1.2";
  version = "2.2.0";

  src = fetchFromGitHub {
    owner = "flattool";
    repo = "ignition";
    tag = finalAttrs.version;
    fetchSubmodules = true;
    hash = "sha256-BqlzxrsbukfkwRIUTN5eaJPRC/dWSWUieDKIqnePZl4=";
    hash = "sha256-GDoF6NcFzMGzvYYoHwSctLlXCqsbfnUFdT9AIGcUkIQ=";
  };

  patches = [