Unverified Commit 2a7c1e87 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

alfaview: 9.21.1 -> 9.22.10 (#429304)

parents 05eae281 2a0312a9
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -21,16 +21,17 @@
  libgbm,
  openssl,
  systemd,
  xcb-util-cursor,
  xorg,
}:

stdenv.mkDerivation rec {
  pname = "alfaview";
  version = "9.21.1";
  version = "9.22.10";

  src = fetchurl {
    url = "https://assets.alfaview.com/stable/linux/deb/${pname}_${version}.deb";
    hash = "sha256-/Wue2Ag+ofv3z33PfpI7SlZWsGUjY33nOEcx5xPh5CA=";
    hash = "sha256-xZnpi0xKdPuKera3bJYLjfKB9nwgFyBYQ5P7teTvyn8=";
  };

  nativeBuildInputs = [
@@ -59,6 +60,7 @@ stdenv.mkDerivation rec {
    openssl
    stdenv.cc.cc
    systemd
    xcb-util-cursor
    xorg.libX11
    xorg.xcbutilwm
    xorg.xcbutilimage