summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/aseprite
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-29 04:43:13 +0000
committerOrivej Desh <orivej@gmx.fr>2017-11-29 08:18:12 +0000
commit937b4821fe5a5825324ea2230483ed9cecd902cc (patch)
treee0a6908e37d5caa10f8464beb6910d193aef0309 /pkgs/applications/editors/aseprite
parent31a96a3b449603fa4c153e521ce3a62d59cadfe9 (diff)
aseprite-unfree: 1.2.2 -> 1.2.4
Diffstat (limited to 'pkgs/applications/editors/aseprite')
-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 39be7f534060..429b2430fce2 100644
--- a/pkgs/applications/editors/aseprite/default.nix
+++ b/pkgs/applications/editors/aseprite/default.nix
@@ -11,7 +11,7 @@
stdenv.mkDerivation rec {
name = "aseprite-${version}";
- version = if unfree then "1.2.2" else "1.1.7";
+ version = if unfree then "1.2.4" else "1.1.7";
src = fetchFromGitHub {
owner = "aseprite";
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
rev = "v${version}";
fetchSubmodules = true;
sha256 = if unfree
- then "1ldi7zikl1g6rq3g9lkypx5wqzza5j0054j1r8bh7lyvb0szicig"
+ then "1rnf4a8vgddz8x55rpqaihlxmqip1kgpdhqb4d3l71h1zmidg5k3"
else "0gd49lns2bpzbkwax5jf9x1xmg1j8ij997kcxr2596cwiswnw4di";
};