Unverified Commit 354afe76 authored by rewine's avatar rewine Committed by GitHub
Browse files

Merge pull request #301189 from wineee/gettext

deepin.deepin-gettext-tools: 1.0.10 -> 1.0.11
parents 364ddb9c 136caa1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "deepin-gettext-tools";
  version = "1.0.10";
  version = "1.0.11";

  src = fetchFromGitHub {
    owner = "linuxdeepin";
    repo = pname;
    rev = version;
    sha256 = "sha256-5Dd2QU6JYwuktusssNDfA7IHa6HbFcWo9sZf5PS7NtI=";
    sha256 = "sha256-V6X0E80352Vb6zwaBTRfZZnXEVCmBRbO2bca9A9OL6c=";
  };

  postPatch = ''