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

Merge pull request #330466 from wineee/deepin-terminal-6.0.13

deepin.deepin-terminal: 6.0.12 -> 6.0.13
parents 985acc72 80fa5ecb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
  pname = "deepin-terminal";
  version = "6.0.12";
  version = "6.0.13";

  src = fetchFromGitHub {
    owner = "linuxdeepin";
    repo = pname;
    rev = version;
    hash = "sha256-VAF6Dn9cGmipQhAKhEOLd7lJyYWySOJ+rehc9L8pfL0=";
    hash = "sha256-7+NJyqOp+9CHqdpBKx91RQNk1Z8vMQQqZcyKC5RSDjg=";
  };

  cmakeFlags = [ "-DVERSION=${version}" ];