alfaview: 9.13.0 -> 9.14.0 (#327839)

This commit is contained in:
Weijia Wang 2024-09-10 00:23:14 +02:00 committed by GitHub
commit 12449307c0
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.13.0";
version = "9.14.0";
src = fetchurl {
url = "https://assets.alfaview.com/stable/linux/deb/${pname}_${version}.deb";
hash = "sha256-ENd3ozRi47vszgHZIX63nQu7wZz6Zf4HdmCsNvkcLOo=";
hash = "sha256-YBC6zjcxSnOOY3RSo0X1ixTY1to2vEEkj1/9rItLzNA=";
};
nativeBuildInputs = [