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

ignition: 1.1.3 -> 2.1.1 (#405402)

parents 014d8ed0 07932025
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
  meson,
  ninja,
  pkg-config,
  typescript,
  wrapGAppsHook4,

  gjs,
@@ -19,13 +20,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ignition";
  version = "1.1.3";
  version = "2.1.1";

  src = fetchFromGitHub {
    owner = "flattool";
    repo = "ignition";
    tag = finalAttrs.version;
    hash = "sha256-XVBlwonMHb78XF6mpPYLJ68E5Tb+dFVFqNSsVCCS0xc=";
    fetchSubmodules = true;
    hash = "sha256-T0bVMJnJPpKdS5T6rPxVAEvIXFNSj5BtypaexSJhl2I=";
  };

  patches = [
@@ -46,6 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
    meson
    ninja
    pkg-config
    typescript
    wrapGAppsHook4
  ];