alfaview: 9.4.0 -> 9.5.0

This commit is contained in:
P. R. d. O. 2023-11-09 14:20:29 -06:00
parent b9534d6574
commit f954c696f2
No known key found for this signature in database
GPG Key ID: 7B0FF33FF90110C7

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "alfaview";
version = "9.4.0";
version = "9.5.0";
src = fetchurl {
url = "https://assets.alfaview.com/stable/linux/deb/${pname}_${version}.deb";
sha256 = "sha256-bOK6QP9uLMJP9pgts4EyvW0WIKqcfhtvb1heG629Q38=";
hash = "sha256-UQg7yGKdjZWrJpPAaHpPz9aQuxLvuRDXeQaOg7WorwE=";
};
nativeBuildInputs = [
@ -76,6 +76,7 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ wolfangaukang hexchen ];
mainProgram = "alfaview";
platforms = [ "x86_64-linux" ];
};
}