alfaview: 9.14.0 -> 9.17.0 (#349134)

This commit is contained in:
Weijia Wang 2024-11-01 14:04:07 +01:00 committed by GitHub
commit 0a2dea4221
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "alfaview";
version = "9.14.0";
version = "9.17.0";
src = fetchurl {
url = "https://assets.alfaview.com/stable/linux/deb/${pname}_${version}.deb";
hash = "sha256-YBC6zjcxSnOOY3RSo0X1ixTY1to2vEEkj1/9rItLzNA=";
hash = "sha256-Rq/5QByaqGd5Cfr4r+Ojv8OC8PvFQ4a+TT8CgeevF28=";
};
nativeBuildInputs = [