Commit d2d6d737 authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

alfaview: 8.54.0 -> 8.57.0

parent 609ecc9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
  pname = "alfaview";
  version = "8.54.0";
  version = "8.57.0";

  src = fetchurl {
    url = "https://production-alfaview-assets.alfaview.com/stable/linux/${pname}_${version}.deb";
    sha256 = "sha256-wvuBGBWM0tTXyrruYqifn+fl7NnIwmLhm9ePqspukaU=";
    sha256 = "sha256-xYHi+lOONE2cxEcuuN2bWh5kF5fcfCNq2GII792IGro=";
  };

  nativeBuildInputs = [