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

aseprite: 1.3.2 -> 1.3.6

authored by Matthias Beyer and committed by GitHub 4b47e1fe ce19b0e8

+2 -2
+2 -2
pkgs/applications/editors/aseprite/default.nix
··· 14 14 in 15 15 stdenv.mkDerivation rec { 16 16 pname = "aseprite"; 17 - version = "1.3.2"; 17 + version = "1.3.6"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "aseprite"; 21 21 repo = "aseprite"; 22 22 rev = "v${version}"; 23 23 fetchSubmodules = true; 24 - hash = "sha256-8PXqMDf2ATxmtFqyZlGip+DhGrdK8M6Ztte7fGH6Fmo="; 24 + hash = "sha256-17f6pIGsOIswnyY63pjHKEEYuCo43kf25mPLBv4vQAs="; 25 25 }; 26 26 27 27 nativeBuildInputs = [