alfaview: 9.23.1 -> 9.23.2

This commit is contained in:
R. Ryantm
2025-09-28 01:17:18 +00:00
parent 518168cb92
commit 2ba7fc3b9d
+2 -2
View File
@@ -27,11 +27,11 @@
stdenv.mkDerivation rec {
pname = "alfaview";
version = "9.23.1";
version = "9.23.2";
src = fetchurl {
url = "https://assets.alfaview.com/stable/linux/deb/${pname}_${version}.deb";
hash = "sha256-T1RsG/8uuPtma7TCNww4V6tKzPK0Ds8zmdjk2duhMEw=";
hash = "sha256-0EGjm/EYozGXDM/IvmopN04kzJfPM+6wjMpJesyW55U=";
};
nativeBuildInputs = [