Unverified Commit 4b47e1fe authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #303938 from r-ryantm/auto-update/aseprite

aseprite: 1.3.2 -> 1.3.6
parents ce19b0e8 e014052f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@ let
in
stdenv.mkDerivation rec {
  pname = "aseprite";
  version = "1.3.2";
  version = "1.3.6";

  src = fetchFromGitHub {
    owner = "aseprite";
    repo = "aseprite";
    rev = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-8PXqMDf2ATxmtFqyZlGip+DhGrdK8M6Ztte7fGH6Fmo=";
    hash = "sha256-17f6pIGsOIswnyY63pjHKEEYuCo43kf25mPLBv4vQAs=";
  };

  nativeBuildInputs = [