Unverified Commit 9023fd43 authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

peazip: 9.9.1 -> 10.0.0 (#351702)

parents 4d85a6ab b6611fea
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{ stdenv
, lib
, fetchFromGitHub
, wrapQtAppsHook
, libsForQt5
, fpc
, lazarus
, xorg
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "peazip";
  version = "9.9.1";
  version = "10.0.0";

  src = fetchFromGitHub {
    owner = "peazip";
    repo = pname;
    rev = version;
    hash = "sha256-hn3EhePmBlj9Zdlij/GMxJPTP6suUm2oThaSKjoKeQQ=";
    hash = "sha256-dxFGYMq1L7oRGUAfshLTBCXrYL6lzJPu5qIItrjeE5c=";
  };
  sourceRoot = "${src.name}/peazip-sources";

@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
  '';

  nativeBuildInputs = [
    wrapQtAppsHook
    libsForQt5.wrapQtAppsHook
    lazarus
    fpc
  ];
+0 −2
Original line number Diff line number Diff line
@@ -31643,8 +31643,6 @@ with pkgs;
    stdenv = gccStdenv;
  };
  peazip = libsForQt5.callPackage ../tools/archivers/peazip { };
  peek = callPackage ../applications/video/peek { };
  peertube = callPackage ../servers/peertube {