Skip to content

Commit

Permalink
alfaview: 9.18.1 -> 9.19.0 (NixOS#364748)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 15, 2024
2 parents 2d51a9b + 10d295b commit fadbff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/al/alfaview/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit fadbff0

Please sign in to comment.