alfaview: 8.54.0 -> 8.57.0

This commit is contained in:
R. Ryantm 2022-11-08 09:43:36 +00:00 committed by Bobby Rong
parent 609ecc9dff
commit d2d6d737a8

View File

@ -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 = [