alfaview: 8.57.0 -> 8.58.2

This commit is contained in:
R. Ryantm 2022-11-28 05:57:15 +00:00 committed by Bobby Rong
parent ce54247426
commit 3f5cd408bb

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "alfaview";
version = "8.57.0";
version = "8.58.2";
src = fetchurl {
url = "https://production-alfaview-assets.alfaview.com/stable/linux/${pname}_${version}.deb";
sha256 = "sha256-xYHi+lOONE2cxEcuuN2bWh5kF5fcfCNq2GII792IGro=";
sha256 = "sha256-z6GjIR9K4OWFuQTGBbP05aYFNa2sD1UW4e/GW01xj78=";
};
nativeBuildInputs = [