alfaview: 8.41.0 -> 8.42.0

This commit is contained in:
R. Ryantm 2022-04-22 07:40:14 +00:00
parent eed6535791
commit 21d8d6efa5

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "alfaview";
version = "8.41.0";
version = "8.42.0";
src = fetchurl {
url = "https://production-alfaview-assets.alfaview.com/stable/linux/${pname}_${version}.deb";
sha256 = "sha256-qW+MB71sylKJQycSX6hiBgxAO4MuhnBaPGFjm+6y4vk=";
sha256 = "sha256-O440sk6OJUsO+5TuzLxkUELnCfxKd5byoxSD+Rs4h1c=";
};
nativeBuildInputs = [