Unverified Commit bc9afe9f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #261808 from wineee/deepin-compressor

deepin.deepin-compressor: 5.12.18 -> 5.12.20
parents a63c5083 07dbc068
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 = ''