aseprite-unfree: 1.2.2 -> 1.2.4

This commit is contained in:
Orivej Desh 2017-11-29 04:43:13 +00:00
parent 31a96a3b44
commit 937b4821fe
2 changed files with 3 additions and 2 deletions

View File

@ -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";
};

View File

@ -13871,6 +13871,7 @@ with pkgs;
atom-beta = callPackage ../applications/editors/atom/beta.nix { };
aseprite = callPackage ../applications/editors/aseprite { };
aseprite-unfree = aseprite.override { unfree = true; };
astah-community = callPackage ../applications/graphics/astah-community { };