mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
deepin.deepin-compressor: 5.12.15 -> 5.12.17
This commit is contained in:
parent
e32c432e0c
commit
5eba05f230
@ -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 New Issue
Block a user