alfaview: 9.18.1 -> 9.19.0 (#364748)

This commit is contained in:
Wolfgang Walther
2024-12-15 19:41:00 +01:00
committed by GitHub
+2 -2
View File
@@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "alfaview";
version = "9.18.1";
version = "9.19.0";
src = fetchurl {
url = "https://assets.alfaview.com/stable/linux/deb/${pname}_${version}.deb";
hash = "sha256-O0lFDyIL+BJBRfPKsEm7+sdoyPBojgN3uVSe6e75HqI=";
hash = "sha256-o0sB+JLwemUNRflp8cR0exc5QvCkpxIAVd/g4vwix6Q=";
};
nativeBuildInputs = [