Merge pull request #249235 from wineee/5.12.15
deepin.deepin-compressor: 5.12.15 -> 5.12.17
This commit is contained in:
commit
6ee965697c
1 changed files with 4 additions and 2 deletions
|
@ -14,18 +14,19 @@
|
|||
, wrapQtAppsHook
|
||||
, minizip
|
||||
, libzip
|
||||
, libuuid
|
||||
, libarchive
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "deepin-compressor";
|
||||
version = "5.12.15";
|
||||
version = "5.12.17";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "linuxdeepin";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-6grnbv9hMKntOmpVcmU5IpAbHM7r0dQWb+SoQYtc5YY=";
|
||||
hash = "sha256-eg9JcuBTKoaEuoph0rvy0VRH28sFOdYWN9sGbduUwcM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -51,6 +52,7 @@ stdenv.mkDerivation rec {
|
|||
karchive
|
||||
minizip
|
||||
libzip
|
||||
libuuid
|
||||
libarchive
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue