peazip: 9.9.1 -> 10.0.0 (#351702)

This commit is contained in:
Guillaume Girol 2024-11-01 16:20:52 +01:00 committed by GitHub
commit 9023fd43dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{ 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
];

View File

@ -31643,8 +31643,6 @@ with pkgs;
stdenv = gccStdenv;
};
peazip = libsForQt5.callPackage ../tools/archivers/peazip { };
peek = callPackage ../applications/video/peek { };
peertube = callPackage ../servers/peertube {