about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-14 01:22:42 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-14 01:22:42 +0000
commite014052f61e6e4c39b827ac30ec1222e769b592e (patch)
tree9052fdf82265e85d0dbdd06fad3827b428864816 /pkgs/applications/editors
parent1b691969594504eabec53a11a366acf1c75387d1 (diff)
aseprite: 1.3.2 -> 1.3.6
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/aseprite/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/aseprite/default.nix b/pkgs/applications/editors/aseprite/default.nix
index 92d8771383dc6..e41edcdd66b89 100644
--- a/pkgs/applications/editors/aseprite/default.nix
+++ b/pkgs/applications/editors/aseprite/default.nix
@@ -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 = [