Unverified Commit c7a48a25 authored by Angel J's avatar Angel J
Browse files

aseprite: 1.3.15.3 -> 1.3.16.1

parent a586917c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@

clangStdenv.mkDerivation (finalAttrs: {
  pname = "aseprite";
  version = "1.3.15.3";
  version = "1.3.16.1";

  srcs = [
    (fetchFromGitHub {
@@ -43,7 +43,7 @@ clangStdenv.mkDerivation (finalAttrs: {
      repo = "aseprite";
      tag = "v${finalAttrs.version}";
      fetchSubmodules = true;
      hash = "sha256-/06p/eZcyTGfzhVix+2TgiwfXIGhTIWviUmopnuKW8c=";
      hash = "sha256-s2lWg5udg/8pXjOcj2nXDS2uE3urkg1iC0Div7wkxUY=";
    })

    # Translation strings
@@ -51,8 +51,8 @@ clangStdenv.mkDerivation (finalAttrs: {
      name = "aseprite-strings";
      owner = "aseprite";
      repo = "strings";
      rev = "a8d05093dfa21398210168f4f08fc9449350c01c";
      hash = "sha256-Ge6gRwVCaWwmVegiJmINEHirvgTJIG3DW7T8WEQLBao=";
      rev = "0f49265d7e7aea4b862b7d1e670ed969e8a469b8";
      hash = "sha256-S3YkWA5ECvyyqGvojDhIZci04CTjbJzTQiJ5FZsB4lU=";
    })
  ];

+5 −0
Original line number Diff line number Diff line
@@ -16,6 +16,11 @@
    rev = "a0718d4f121727e30b8d52c7a189ebf5ab52421f";
    hash = "sha256-BI3f/gf9GNDvSfXWeRHKBvznSz4mjXY8rM24kK7QvOM=";
  };
  icu4x = fetchgit {
    url = "https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git";
    rev = "bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13";
    hash = "sha256-Lha5m97zwTBFJZZUwewCv1blQh/VgDR0G2h+GMMAzME=";
  };
  piex = fetchgit {
    url = "https://android.googlesource.com/platform/external/piex.git";
    rev = "bb217acdca1cc0c16b704669dd6f91a1b509c406";
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ clangStdenv.mkDerivation (finalAttrs: {
    ln -s ${angle2} third_party/externals/angle2
    ln -s ${dng_sdk} third_party/externals/dng_sdk
    ln -s ${icu} third_party/externals/icu
    ln -s ${icu4x} third_party/externals/icu4x
    ln -s ${piex} third_party/externals/piex
    ln -s ${wuffs} third_party/externals/wuffs
  '';