aseprite-unfree: 1.2.2 -> 1.2.4
This commit is contained in:
parent
31a96a3b44
commit
937b4821fe
@ -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";
|
||||
};
|
||||
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user