Unverified Commit 075e5457 authored by José Romildo Malaquias's avatar José Romildo Malaquias Committed by GitHub
Browse files

labwc: 0.8.4 -> 0.9.0 (#424620)

parents 67e2045b 64dc849b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -22,20 +22,20 @@
  wayland,
  wayland-protocols,
  wayland-scanner,
  wlroots_0_18,
  wlroots_0_19,
  xcbutilwm,
  xwayland,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "labwc";
  version = "0.8.4";
  version = "0.9.0";

  src = fetchFromGitHub {
    owner = "labwc";
    repo = "labwc";
    tag = finalAttrs.version;
    hash = "sha256-JeEw1xKwgsTMllZXvNaXXdgmZnmIFUyG/cJ14QFQf/E=";
    hash = "sha256-7PgRbOSxU7v49dcTuke7V/Xa42baw79iMvfnCOYx4qU=";
  };

  outputs = [
@@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
    pango
    wayland
    wayland-protocols
    wlroots_0_18
    wlroots_0_19
    xcbutilwm
    xwayland
  ];