Merge pull request #234013 from wineee/deepin-compressor-5.12.15

deepin-compressor: 5.12.14 -> 5.12.15
This commit is contained in:
Weijia Wang 2023-05-25 21:42:16 +03:00 committed by GitHub
commit 9017e6d371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "deepin-compressor";
version = "5.12.14";
version = "5.12.15";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
sha256 = "sha256-0F1LdoeGtIKOVepifwdNMohbEb9fakpQLiNHg5H9Nlw=";
sha256 = "sha256-6grnbv9hMKntOmpVcmU5IpAbHM7r0dQWb+SoQYtc5YY=";
};
postPatch = ''