alfaview: 9.19.0 -> 9.20.0 (#375783)

This commit is contained in:
Wolfgang Walther
2025-02-09 14:13:54 +01:00
committed by GitHub
+2 -2
View File
@@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "alfaview";
version = "9.19.0";
version = "9.20.0";
src = fetchurl {
url = "https://assets.alfaview.com/stable/linux/deb/${pname}_${version}.deb";
hash = "sha256-o0sB+JLwemUNRflp8cR0exc5QvCkpxIAVd/g4vwix6Q=";
hash = "sha256-CnD75PTi5pfkS+F8a3sf+J3zz5Ro/8m2Z4GINTvQV6k=";
};
nativeBuildInputs = [