alfaview: 8.53.1 -> 8.54.0

This commit is contained in:
R. Ryantm 2022-10-14 08:29:30 +00:00
parent 6740eb3eb0
commit 1a9aabc8fe

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "alfaview";
version = "8.53.1";
version = "8.54.0";
src = fetchurl {
url = "https://production-alfaview-assets.alfaview.com/stable/linux/${pname}_${version}.deb";
sha256 = "sha256-nohChte0jtqIlDulxUi+S04unR4xqeg8DCuYfHwMzP4=";
sha256 = "sha256-wvuBGBWM0tTXyrruYqifn+fl7NnIwmLhm9ePqspukaU=";
};
nativeBuildInputs = [