Unverified Commit 743e9cab authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

alfaview: 9.22.10 -> 9.22.11 (#431369)

parents 06b17cf9 664d473b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,11 +27,11 @@

stdenv.mkDerivation rec {
  pname = "alfaview";
  version = "9.22.10";
  version = "9.22.11";

  src = fetchurl {
    url = "https://assets.alfaview.com/stable/linux/deb/${pname}_${version}.deb";
    hash = "sha256-xZnpi0xKdPuKera3bJYLjfKB9nwgFyBYQ5P7teTvyn8=";
    hash = "sha256-b0aLGdncMwbVnPku6d8xYvX6ahJMoy9d6r9Y+RKtv2A=";
  };

  nativeBuildInputs = [