Merge pull request #320036 from r-ryantm/auto-update/alfaview

alfaview: 9.11.0 -> 9.12.0
This commit is contained in:
Weijia Wang 2024-06-26 00:46:20 +02:00 committed by GitHub
commit 2755d7c4de
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.11.0";
version = "9.12.0";
src = fetchurl {
url = "https://assets.alfaview.com/stable/linux/deb/${pname}_${version}.deb";
hash = "sha256-VnIMcpTlJT6E4DhGuKos2STbwAfdRNFs2XnodcqB+L8=";
hash = "sha256-nzSgJrlTRN4LDcdjvCIBwjBJTRRoch376R4PIbvcajQ=";
};
nativeBuildInputs = [