Unverified Commit 07dbc068 authored by rewine's avatar rewine
Browse files

deepin.deepin-compressor: 5.12.18 -> 5.12.20

parent 6f18106e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation rec {
  pname = "deepin-compressor";
  version = "5.12.18";
  version = "5.12.20";

  src = fetchFromGitHub {
    owner = "linuxdeepin";
    repo = pname;
    rev = version;
    hash = "sha256-oHJOqfvrIQTspsTTnVyruiIAdh0kX12LzgGgSCYXfLE=";
    hash = "sha256-oOxto0X/GBAA9q691uwC0PtCdHDTMBqi80ov4xCXPn0=";
  };

  postPatch = ''